How can I change navigation text from bold to regular?

Hello,
How do I make the navigation text from bold to regular?

Thanks! :slightly_smiling_face:

Hello @Eskild1

  1. Go to your store Assets > theme.css or theme.css.liquid and paste the lines at the bottom of the file
.header__menu .navtext {
    font-weight: normal;
}