Trying to change navigation to be bolder
-
Trying to use the CSS customizer to change the font to a more bold font in the navigation, nothing is working. Anyone know what I am doing wrong? I enter the code, but nothing happens.
The blog I need help with is: (visible only to logged in users)
-
Try this instead:
.menu a { font-weight: bold; }The menu needs a class selector not an ID selector and you had an extra comma sneak in there by mistake. I’ve used the word bold but you could use 700 too, I just find it’s easier to read this way.
- The topic ‘Trying to change navigation to be bolder’ is closed to new replies.