Make main menu header in bold text

Hi,

In Focal theme, How can I make the main menu (Header Menu) in bold text?

Thanks

Hello @onygroup100
Please share your website URL.

Hi,

https://shopophoria.com/

@onygroup100
Put below code in theme.css file

nav.header__inline-navigation {
    font-weight: bold !important;
}

Hi,

Its make all the drop down menu bold as well.

@onygroup100
Try below one it makes only main menu text bolder

a.header__linklist-link.link--animated {
    font-weight: bold !important;
}

Amazing Thank you.