4.x Change Menu Font

I don't seem to see a way to change the font, font size, bold, etc. for the main menu in theme editor or anything else. Anyone have any guidance?

change here

public_html/cscart/design/themes/[THEME_PACKAGE]/styles/data/[theme_name].less

Please give us more details about the required changes? Do you want to add new items to the theme editor or just change the look and feel of the top menu?

change here

public_html/cscart/design/themes/[THEME_PACKAGE]/styles/data/[theme_name].less

That get's me close. I would expect to see something like this, but i do not.

@menu_font: Open Sans,sans-serif;
@menu_font_size: 13px;
@menu_font_style: normal;
@menu_font_weight: normal;

Please give us more details about the required changes? Do you want to add new items to the theme editor or just change the look and feel of the top menu?

With the change from 960 to 1200 wide on CS Cart 4.x vs 3.x, my menu only takes up about 3/4 of the width. I just want to specify a larger font size, and maybe bold it.

Please PM me URL of the 4.x store. I think, we will be able to provide you with the new styles

Definitely seems like it should be in the styles.less file in the .ty-menu section but I cannot seem to have any effect on the font. I can change the size, color, shape, corners, etc. of the bay but not the font.

Please check PM

Code to change the font and weight of the main menu
.ty-menu__items .ty-menu__item .ty-menu__item-link {
font-size: 20px;
font-weight: bold;
}
Thank you e-com labs!

You are welcome!