Home › Forums › WordPress Themes – Premium › Lavish Pro › Changing the colour of 1 menu item
Hello,
I’m wanting to change the colour of the text of the menu item “Donate” to be red.
I have tried to add it in using the following code:
.menu-item-187 { border-style: solid; border-color: #ff0000; color: #ff0000 !important; }
The red border comes up but the text remains the default white that I have set via the customise menu.
The site is thecatholicguy.tv
Thanks
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.