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?

Findng correct CSS Color style sheet
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Findng correct CSS Color style sheet
#27472
Findng correct CSS Color style sheet 12 Years, 2 Months ago Karma: 0
how can i identify the correct CSS style sheet to edit menu colors - is it mooRainbows.css??
i want to change the "hover" container outline which seems to be blue by default...thanks - steve
Last Edit: 2012/04/21 16:02 By shulbert.Reason: corrections
The administrator has disabled public write access.
 
#27474
Re:Finidng correct CSS Color style sheet 12 Years, 2 Months ago Karma: 748
Hello,

The modules uses <joomla_directory>\modules\mod_ariextmenu\mod_ariextmenu\js\css\menu.min.css CSS file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#27476
Re:Findng correct CSS Color style sheet 12 Years, 2 Months ago Karma: 0
?? that doesn't reveal the actual style sheet for color changes - i'm a little lost - more help please - thanks -steve
The administrator has disabled public write access.
 
#27477
Re:Findng correct CSS Color style sheet 12 Years, 2 Months ago Karma: 748
Menu color can be set in module settings. If you have any problem, provide a link to a page where we can see menu on your site and an image where we can see what do you want to achieve.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#27479
Re:Findng correct CSS Color style sheet 12 Years, 2 Months ago Karma: 0
your response time is incredible - thanks - www.storevertical.com/index.php/en/
you'll see your menu underneath the search bar, when hovered over the border outline is blue -
i want to change that color...?
The administrator has disabled public write access.
 
#27480
Re:Findng correct CSS Color style sheet 12 Years, 2 Months ago Karma: 748
Add the next CSS rule to "CSS Styles" parameter in module settings:

Code:


UL.ux-menu a:hover
{
 border-color: red;
}



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