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?

Menu Item Change Colour Single Item
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Menu Item Change Colour Single Item
#37577
Menu Item Change Colour Single Item 11 Years, 2 Months ago Karma: 0
Trying to change the colour of a single menu item

www.loghouseholidays.co.uk/devbox/

I need to change the "Availability Check" menu item to red on the top menu.

I have tried adding the following to the CSS box in the module.

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

But it makes no difference. Any ideas if I am doing something wrong?

Thanks
The administrator has disabled public write access.
 
#37578
Re:Menu Item Change Colour Single Item 11 Years, 2 Months ago Karma: 748
Hello,

The CSS rule works fine for us when we enter it in FireBug addon. Is it added to "CSS Styles" in module settings parameter now?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#37579
Re:Menu Item Change Colour Single Item 11 Years, 2 Months ago Karma: 0
Strange, pasted it again and it works fine now.

Thanks
The administrator has disabled public write access.
 
#38411
Re:Menu Item Change Colour Single Item 11 Years, 2 Months ago Karma: 0
Sorry to ask again

We have now gone live - www.loghouseholidays.co.uk

Is there anyway to make the single item colour also BOLD.

Tried adding a font-weight but that made no difference.

Thanks
The administrator has disabled public write access.
 
#38415
Re:Menu Item Change Colour Single Item 11 Years, 2 Months ago Karma: 748
Hello,

Use the following CSS rule:

.ux-menu LI.ux-menu-item171>A
{
font-weight: bold !important;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#38416
Re:Menu Item Change Colour Single Item 11 Years, 2 Months ago Karma: 0
Brilliant - thanks
The administrator has disabled public write access.
 
Go to topPage: 1