Changing fonts in them menu bar in the header
- The topic ‘Changing fonts in them menu bar in the header’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
I put the menu into the header but the letters appear too small to me. Is there a possibility to change the font size? I couldn’t found any for the menu.
Thanks a lot!
The blog I need help with is: (visible only to logged in users)
Hello!
You should be able to adjust this in your Custom CSS field – Try adding this to that field in your editor:
.main-navigation a {
font-size: 14px;
}
Hope that helps!