1. enolbos
  2. Commercial Templates
  3. Thursday, 06 March 2014
  4.  Subscribe via email
Using this CSS script, how do I change button colors independent of the other buttons? My client would like one of the main menu nav buttons to be red.

Thanks,
Brian
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Brian

You can edit a particular menu item color by adding something like the following to the Custom CSS field of your templates parameters where #BD362F is your menu item color and 509 is your menu item ID (Menus -> [YourMenu] -> ID numbers are listed along the right)...


li.item-509 a {
color: #BD362F !important;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!