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 change color of single menu item?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How to change color of single menu item?
#28721
How to change color of single menu item? 12 Years, 1 Month ago Karma: 0
Seems like it should be a pretty straight forward thing to do. In case there is any confusion about what I mean, attached is an image.

Thank you in advance!
The administrator has disabled public write access.
 
#28723
Re:How to change color of single menu item? 12 Years, 1 Month ago Karma: 748
Hello,

Use the next CSS rule:

Code:


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



Where MENUITEM_ID is ID of menu item. It can be found in Joomla! menu manager. For example if menu item ID is 37, use the next CSS rule:

Code:


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



Regards,
ARI Soft
The administrator has disabled public write access.
 
#28757
Re:How to change color of single menu item? 12 Years, 1 Month ago Karma: 0
Thank you for the reply. However, unfortunately, that did not work.

The site I'm working on is www.diamondeng.net if this helps.

(And yes, I did change the number to the appropriate menu item number)

If you have any further suggestions, I would really appreciate it.

Thank you
The administrator has disabled public write access.
 
#28763
Re:How to change color of single menu item? 12 Years, 1 Month ago Karma: 748
Use the next CSS rule:

Code:


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



Regards,
ARI Soft
The administrator has disabled public write access.
 
#28808
Re:How to change color of single menu item? 12 Years, 1 Month ago Karma: 0
Thank you so much, you are awesome! That last one did the trick!

I see where I messed up on my #... and I feel like a moron

Thank you again, your module is fantastic and your support is too!
Last Edit: 2012/06/01 05:08 By kapricious.
The administrator has disabled public write access.
 
Go to topPage: 1