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?

How to set different color for subitems?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How to set different color for subitems?
#8570
How to set different color for subitems? 13 Years, 5 Months ago Karma: 0
How can i set the subitems to match the color of the item?
i.e if the main item is red than all its subitems will be in the same color?

Sorry for asking so many questions, but your module is fully customizable and can do anything! i love it!

Thanks!
Last Edit: 2011/04/12 17:22 By maorlast.
The administrator has disabled public write access.
 
#8582
Re:How to set different color for subitems? 13 Years, 5 Months ago Karma: 748
You can try the following CSS rule:

Code:


#top_menu .yui-skin-sam UL LI.yui-menu-item[MENU_ITEM_ID] UL LI.yuimenuitem-selected {
 background: #F8C60A !important;
}



Where [MENU_ITEM_ID] is ID of main menu item.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8585
Re:How to set different color for subitems? 13 Years, 5 Months ago Karma: 0
Thank you!!!
The administrator has disabled public write access.
 
Go to topPage: 1