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?

Different color for each menu item and its submenu
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Different color for each menu item and its submenu
#54625
Different color for each menu item and its submenu 8 Years, 11 Months ago Karma: 0
Hello guys!

First of all I wanna thank you for your great module!

Now let me get to the point.

I am trying to set a different color on each of my menu items and their corresponding submenus. I have seen various threads on your forum, that suggest some like this UL#ariext109 LI UL.ux-menu-sub LI.ux-menu-item119>A {color: red;} but I for some reason I can't get it to work.

The only way I have managed to change the color of the submenu was with:
.ux-menu-container .ux-menu .ux-menu-sub a{
background: #73bd12 !important;
}

but in this case the hover effect doesn't work any more.

You can visit the website on www.academicservicing.com/

For example I want to change the color of About Us and its submenus to green and the hovering on those to yellow. How would I be able to achieve something like this?

Thanks in advance!
The administrator has disabled public write access.
 
#54626
Re:Different color for each menu item and its submenu 8 Years, 11 Months ago Karma: 747
Hello,

Use the following CSS rules:

LI.ux-menu-item198 A {background-color: green !important;}
LI.ux-menu-item198 A:hover {background-color: yellow !important;}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#54628
Re:Different color for each menu item and its submenu 8 Years, 11 Months ago Karma: 0
OK I get how it works now! Thanks a lot again!

Have a nice day!
The administrator has disabled public write access.
 
Go to topPage: 1