change font in menu to normal face not bold face

1 reply·opened Jun 22, 2021
I
itsmartprogramJun 22, 2021

I would like to change text in menu to normal text face not bold face. I search in css but cant find it

S
SemiColonWebSTAFFJun 22, 2021

Hello,

Simply use the following CSS Code:

.menu-link {
	font-weight: 400;
}

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard