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 can i give diff colors for each menu item????
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: How can i give diff colors for each menu item????
#37131
How can i give diff colors for each menu item???? 11 Years, 2 Months ago Karma: 0
Hi

I need to change the each menu item text colors to be different colors.Firstly i tried for hover color to be different for each menu item but i cant solve so kindly help me to change either the text colors of each menu item and each menu item hovers colors. Please help me i was staggering for a long time and im a newbie.

I have added image for reference and besidely check this url
www.key2films.com
Last Edit: 2013/02/19 05:40 By Fiyas.Reason: Image resolution
The topic has been locked.
 
#37133
Re:How can i give diff colors for each menu item???? 11 Years, 2 Months ago Karma: 747
Hello,

Where we can see the menu?

Regards,
ARI Soft
The topic has been locked.
 
#37135
Re:How can i give diff colors for each menu item???? 11 Years, 2 Months ago Karma: 0
Sir, thank you so much kindly see this link www.key2films.com/
where ariyuimenu has been assigned on user3 position.


Regards
Fiyas
The topic has been locked.
 
#37144
Re:How can i give diff colors for each menu item???? 11 Years, 2 Months ago Karma: 747
Add CSS rule in the following format:

.yuimenubar LI.yuimenuitem-itemITEM_ID
{
background: none red !important;
}


Where ITEM_ID is ID of menu item. For example if you want to change color of "Movie Aspirant" menu item, add the following CSS rule:

.yuimenubar LI.yuimenuitem-item35
{
background: none red !important;
}

Regards,
ARI Soft
The topic has been locked.
 
#37217
Re:How can i give diff colors for each menu item???? 11 Years, 2 Months ago Karma: 0
Sir,

thank you very much for the reply but i need to change the text color of the movie aspirant(menu item) still it is in black color and the background color of that menu item is red using the above code. Please help me sir and thank u so much.

Regards
Fiyas
The topic has been locked.
 
#37218
Re:How can i give diff colors for each menu item???? 11 Years, 2 Months ago Karma: 747
Use the following CSS rule:

.yuimenubar LI.yuimenuitem-item35>A
{
color: blue !important;
}

Regards,
ARI Soft
The topic has been locked.
 
Go to topPage: 12