Home Forums WoodMart support forum Widen the menu and make the text larger Reply To: Widen the menu and make the text larger

#149925

Hello,

I have test your site. Actually you are using “menu left” in your header which is not the main menu it’s a secondary menu. That’s why when you choose the “Main Navigation Links” from Advanced Typography it did not work.

You need to choose the “Secondary Navigation Links” from the drop down list as in the screenshot: https://jmp.sh/DK6esBa

Result: https://jmp.sh/jsETQY1

But remember that by applying the above settings. It will also change the font size of all the other secondary menus not only the menu which you used in your header row.

If you want your changes does not disturb all the other secondary menus and affect the only menu which you are using in your header row then insert the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS:

#menu-menu-left .woodmart-nav-link{
font-size:28px;
}

Result: https://jmp.sh/jva0JIT

Best Regards.