Alanna Bailey
asked 10 years ago

I have a custom font I love but it needs to be made larger not just in the text but the header and main menu text as well. How can I make that larger? Thanks! A

1 Answers
DominicStaff
answered 10 years ago

Hello Alanna !
To make the font larger on the Menu header, you can do as the following:
1. Install the Jetpack by WordPress.com plugin.
2. Set up Jetpack then enable the Custom CSS feature.
3. Move through Appearance > Editor Css, add the following code:

  .navbar .nav li a {
    font-size: 11px;
}
.navbar .nav .menu-item-object-category .sub-mega-wrap .subcat a {
    font-size: 12px;
}

Hope this helps !

Alanna Bailey
replied 10 years ago

Hey, thanks, this was Great! Here’s a follow up- how do I make the font bold? I’m using Futura font and it’s very thin, if I could make it bold it might read better. Please let me know. Thanks so much!

Dominic Staff
replied 10 years ago

You can send me your site for further checking.

Alanna Bailey
replied 10 years ago

Not sure what you mean, it’s not live yet/ has a landing page up. if you have internal access somehow you can go to artisanalspecs.com

Dominic Staff
replied 10 years ago

Right now, you can tell me detail about the position that you want to make the font bold.

Alanna Bailey
replied 10 years ago

The text that makes up the menu- the same text I specified the font be changed…

Powered by DW Question & Answer Pro