DEBUT theme: Change from bold to normal in navigation menu

Hi,

I was hoping someone could help me with some coding.

I want to change my header menu items (homewares, lifestyle, childen etc) from bold to normal or not as bold. - https://oliandjac.com/

Kind regards,

Michaela

@oliandjacstore ,

ul.site-nav__childlist-grid a {
    font-weight: normal;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Please add below css code in bottom of assets/theme.css file

.site-nav__childlist a span.site-nav__label {
font-weight: 300;

}
Thank you.

@oliandjacstore ,

Hope my solution will work for you !