Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 16/10/2012 "ARI Quiz" v.3.3.0

    "ARI Quiz" v. 3.3.0 is ready and it is compatible with Joomla! 3.0.

  • 01/09/2012 "ARI Quiz" v. 3.0.0

    We are glad to announce extremely waiting update for popular Joomla! quiz extension. "ARI Quiz" version 3.0.0 is ready. The code has been totally reworked. The extension is fully compatible with Joomla! MVC model and contains the following new features:


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? 11 Months, 3 Weeks 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? 11 Months, 3 Weeks ago Karma: 442
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? 11 Months, 3 Weeks 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? 11 Months, 3 Weeks ago Karma: 442
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? 11 Months, 3 Weeks 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/05/31 23:08 By kapricious.
The administrator has disabled public write access.
 
Go to topPage: 1
gilt