Changing color of Part of Navigation Bar
-
If you go to my website, I want to change the font of only “Apply Now!” which is a part of the Navigation Bar. How do I do that?
The blog I need help with is: (visible only to logged in users)
-
Hi there – You can add this CSS code:
#menu-item-1502 a { color: orange; }following this article:
https://en.support.wordpress.com/custom-design/editing-css/If you want a different color than orange, you can replace the word orange with a color code of your choice.
Here is a color picker:
http://htmlcolorcodes.com/color-picker/Hope this helps – let us know!
-Cat
- The topic ‘Changing color of Part of Navigation Bar’ is closed to new replies.