Change Font in Header Menus/Categories
-
Hi, I was wondering if I can make changes to the font. I was wondering if I make the header menus (Insurance the basics, Your health, about us etc) and make it bold or use a different font altogether?
I want to make the categories stand out a little more. Any tips?
The blog I need help with is: (visible only to logged in users)
-
We can do that.
Let’s start with just making them bigger. If you add this code to your CSS box, the font size for the menu items will increase.
.main-navigation li{ font-size: 1.3em; }That does a lot to make them pop. If you want to go a little further, let me know and we can try something else.
-
@lizthefair that worked brilliantly thanks!
Im OK on this. I was wondering if we can do something similar on another site I own- http://www.hnbgeneralblog.com (Menu buttons look nearly invisible). Could you make any suggestions please? I tried pasting the same code but got no effect so far.
-
Could you make any suggestions please? I tried pasting the same code but got no effect so far
To make a similar change on http://www.hnbgeneralblog.com, you’ll use this code.
.nav-menu ul li a{ font-size: 1em; }You’ll notice it’s pretty similar to what we used before, but since that site has a different theme, the selectors are different. You can learn more about how CSS targets elements of your site here.
-
hola,
tengo problemas con el sub menú. Tengo un menú principal e intento agregar un submenú a los ya existentes pero no lo actualiza.
Espero comentarios.
Gracias.
Saludos -
elpisodeabajo– The instructions for creating submenus are here.
Since your question is not related to this thread, please use the link below to start your own forum thread with any follow up questions
-
- The topic ‘Change Font in Header Menus/Categories’ is closed to new replies.