Main Menu Style

Hi,

How do i change de style of the main menu title? Of the main page?

I used the adicional CSS that i discovery on a preview post, used this one:

.navbar-default .navbar-nav > li > a {
color: #F5F7FA;
line-height: 50px;
text-transform: uppercase;
font-size: 16px;
}

I manage to change de px of the font, but not the style, how do i do it? Can you help me please?

Have a good day.

Hey there

I can help you with that, please provide link to your page and let me know what exactly you want to change in menu styles

Hey Noda,

I wanto to change de font style to “Lato”, this one:

Tkx.

Oh, one more thing, i’d like to use the font with bold, is that possible too?

And i forgot to mention the website, sorry, is this one above:

dradilciley.com.br

Tkx.

Hey there

You can add this code in the Appearance > customize > additional css:

@import url(‘https://fonts.googleapis.com/css?family=Lato&display=swap’);

.navbar-default .navbar-nav > li > a {
font-family: ‘Lato’, sans-serif;
}

It worked! Thanks Noda!

5 stars for you!

Good morning :slight_smile:

Ok, then If you’re happy with our service, don’t forget to rate us: [Sparkling] Reviews | WordPress.org

I did that last week!

Tkx.

Thank you :slight_smile: