Primary Menu in Bold and Bigger size
-
Hi support team,
Could you please help me figure out how to get the primary menu in bold and bigger size? Thank you so much for your helpThe blog I need help with is: (visible only to logged in users)
-
Hi there
This code will do it
#site-navigation a { font-weight: bold; font-size: medium; -
Also, if you unset the letter spacing, it fixes the stacking of the last menu item below the first line.
-
Hello there,
Don’t forget the closing brackets :)
#site-navigation a {
font-weight: bold;
font-size: medium;
} -
-
- The topic ‘Primary Menu in Bold and Bigger size’ is closed to new replies.