Menu Header Highlight Color
-
Hello,
New here and I am green when it comes to CSS. I would like to make the “Join Now” menu button stay one color #ffff00 is this possible?
Thank you! :)
The blog I need help with is: (visible only to logged in users)
-
Hi there, each menu item has a unique CSS class id, so we can use that to make this change specific to that menu item. Add the following to your custom CSS.
#menu-item-3468 a { background-color: #ffff00; }
- The topic ‘Menu Header Highlight Color’ is closed to new replies.