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?

Custom styles to first menu item.
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Custom styles to first menu item.
#42082
Custom styles to first menu item. 10 Years, 9 Months ago Karma: 0
Hi there,

I would like to style the first item on the menu with a different background-color, but can not work out how to achieve this. Any advice?

www.jitwebsite.com

Many thanks
James
The administrator has disabled public write access.
 
#42083
Re:Custom styles to first menu item. 10 Years, 9 Months ago Karma: 746
Hello,

Use the following CSS rule:

LI.yuimenuitem-item101 A.yuimenubaritemlabel
{
background-color: green !important;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#42098
Re:Custom styles to first menu item. 10 Years, 9 Months ago Karma: 0
Hi there,

Thanks so much for your response. Worked a treat. One thing though, I need to make a hover change to the link and background. Could you give me a pointer on this too please.

Many thanks
The administrator has disabled public write access.
 
#42105
Re:Custom styles to first menu item. 10 Years, 9 Months ago Karma: 746
LI.yuimenuitem-item101 A.yuimenubaritemlabel:hover
{
background-color: yellow !important;
color: red !important;
}

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