Updating Nav Link styling in a theme

Hi,

I hope I have this right. You want the links in the Sub-menu to be bold?

If so, in your css file find the line

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {

and add the following:

font-weight: bold;