Home Forums WordPress Themes – Premium Lavish Pro Changing the colour of 1 menu item Reply To: Changing the colour of 1 menu item

#16502
Anonymous
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