Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Colors of the navigation buttons
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Colors of the navigation buttons
#50883
Colors of the navigation buttons 9 Years, 7 Months ago Karma: 0
With the Integration of the modules in an article works fine now (I don't know why my last post is no more accessible ).
The next question is now: Whats the best possibility to change the colors of the navigation buttons. With the blue theme, I don't like the orange buttons
Last Edit: 2014/08/19 21:05 By Merlin3322.
The administrator has disabled public write access.
 
#50886
Re:Colors of the navigation buttons 9 Years, 7 Months ago Karma: 746
Hello,

The extension uses <joomla_directory>\modules\mod_aricloudcarousel\mod_aricloudcarousel\js\themes\default\images\rotate-left.png and <joomla_directory>\modules\mod_aricloudcarousel\mod_aricloudcarousel\js\themes\default\images\rotate-right.png images for navigation buttons. You can modify them for your needs.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#50902
Re:Colors of the navigation buttons 9 Years, 7 Months ago Karma: 0
Thanks that's working fine now.
What's with the font parameters for the title and the description(like your demo site)? It seems that is now from the "body" part in the general template.css. Is there a possibility to adapt also the mod_aricloudcarousel\js\themes\default\style.css ?

Best regards
Axel
The administrator has disabled public write access.
 
#50904
Re:Colors of the navigation buttons 9 Years, 7 Months ago Karma: 746
Add the following code to "CSS Styles" parameter in module settings:

Code:


{$id}_wrapper .ari-cloud-carousel-title
{
 color:#FF9900;
 font-size: 17px;
}
{$id}_wrapper .ari-cloud-carousel-alt
{
 color:#DDD;
 font-size: 14px;
 padding:5px 0 0 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1