Home › Forums › WordPress Themes – Premium › Lavish Pro › Changing the colour of 1 menu item › Reply To: Changing the colour of 1 menu item
August 19, 2015 at 7:46 am
#16502
Inactive
Hi Scott,
Please add the following css to fix the issue:
li.menu-item-187 > a {
color: #ff0000 !important;
}
Note: Use the custom css plugin or child theme stylesheet to write the css.
Thanks