Adjusting color of font in banner menu
-
Hello, can you tell me what custom CSS I would use to make the gray text in my navigation “banner menu” darker? I don’t know how/where to modify that in the custom CSS.
The blog I need help with is: (visible only to logged in users)
-
Hi,
If you are referring to navigation located in the top bar section (https://snipboard.io/DFQko1.jpg), please use this custom CSS:
.site-header .top-bar a { color: #333333; }
Let me know if you have any additional questions.
Kind regards,
Taras -
Thank you Taras! That was incredibly fast. That was exactly the code that I needed. Many thanks!
-
- The topic ‘Adjusting color of font in banner menu’ is closed to new replies.