Menu font

I there,
I hope you’re fine
I would like to change the font of the main menu, on the top.
Is it possible not to have the bold font, but just a normal font.

Thanks a lot

Olivia

Hello!

You need to edit the style.css to change from “bold” to “normal”.

Go to apparance → editor, and find the style.css on the bottom right. Press Command+F on mac or Control+F on others, and search for:

.navbar-default .navbar-nav> li> a {
color: #1c202a;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
padding: 20px 0;
margin-right: 25px;
line-height: 2.6;
letter-spacing: 1px;

Change the field where it says “bold” to “normal”.

That line should look like “font-weight: normal;” when you finish.

Thanks Maria,
It works

Kind regards