CSS custom font
-
I want to make the menu size smaller, but the Bueno theme will not allow me. I do not want to make the body text smaller, just the menu font size. Help!
The blog I need help with is: (visible only to logged in users)
-
Hi there!
Add this code to your CSS Stylesheet Editor by going to Appearance -> Custom Design -> CSS tab:
#pagenav a { font-size: 18px; }The default size was 25px, so you can adjust the number accordingly if you want the menu text to be larger or smaller than the 18px size I used.
I hope that helps! Let me know if you have any questions.
- The topic ‘CSS custom font’ is closed to new replies.