Forums
Forums / Theme: Corbusier / Menu font bold
(@dweeb)
10 years, 8 months ago
I’d like to make the menu items stand out a bit more than they do currently. Making the menu titles bold would do the trick. HOw can I do that? Tried some custom css but it didn’t work.
(@jmeyer2485)
In your Child Theme or CSS Editor Plugin try this code:
.main-navigation a { font-weight: bold; }
*Note If your theme has a custom CSS Editor in it, you can also paste the code in there.
Never edit core CSS or PHP files under Appearance > Editor. Your edits will be deleted when the theme is updated.
The topic ‘Menu font bold’ is closed to new replies.