I am doing a new store in Dawn theme. I want to increase the font size of the menu on the top header

I am doing a new store in Dawn theme. I want to increase the font size of the menu on the top header. I do not see any theme controls for that header. I am find altering the code if I know where to plug it in. Any help would be appreciated. Thank you.

1 Like

@tboyington Hello put this css in assets > base.css

.header__menu-item {
    font-size: 2.4rem;
}

2.4rem is new size you can increase / decrease it

1 Like

@tboyington

can you please send store url

Thank you…I will put this in shortly. There are some other changes going on to the site right now so waiting for that to be complete.

This worked great. Adjusted as desired and looks much better. Thank you