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?

Customize colors of menu items
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Customize colors of menu items
#26760
Customize colors of menu items 12 Years, 3 Months ago Karma: 0
Hello.
There are 2 main items in ARI Ext Menu in my site.

Colors of menu can be changed.. But i want to change a background & font colors of menu items separately (ex.: Item 1 - red color, Item 2 - green color). Is this possible?

excuse me bad english ))
Last Edit: 2012/03/27 09:40 By alonelive.
The administrator has disabled public write access.
 
#26761
Re:Customize colors of menu items 12 Years, 3 Months ago Karma: 748
Hello,

Provide a link to a page where we can see menu on your site.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#26762
Re:Customize colors of menu items 12 Years, 3 Months ago Karma: 0
The administrator has disabled public write access.
 
#26763
Re:Customize colors of menu items 12 Years, 3 Months ago Karma: 748
Add the next CSS rules:

Code:


.ux-menu LI.ux-menu-item198>A
{
 color: red !important;
}

.ux-menu LI.ux-menu-item191>A
{
 color: green !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#26764
Re:Customize colors of menu items 12 Years, 3 Months ago Karma: 0
It's work! Thank you!
The administrator has disabled public write access.
 
#26765
Re:Customize colors of menu items 12 Years, 3 Months ago Karma: 0
and tell me please how i can edit the background color ("on mouse over") ?


.ux-menu LI.ux-menu-item191>A
{
color: green !important;
background-color: black !important;

a:hover {
color: blue !important;
background-color: white !important;
}
}

i don't know the css
The administrator has disabled public write access.
 
Go to topPage: 12