I”m working on dev2.shanetucker.com and I’d like to make the main menu text larger. I don’t seem to have that control.
Hey,
Please go to Enfold theme options > Advanced Styling and edit “Main menu links” :)
Cheers!
Yigit
Hi,
I have the same issue – my main menu text is too small and not easy to read. However, changing the font size under “main menu links” or “menu links in overlay” has zero effect?
Hi,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply. Also please make sure that you are running the latest version of the theme (4.2.1): http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Rikard
Hi lindenhof,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#header_main .avia-menu-text {
font-size: 16px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks a lot!
Hi,
Glad to hear that. Let us know if you need further assistance or if we can close the thread :)
Best regards,
Nikko
Hey, how can I change the font into bold in a mobile menu? Thank you. All the best, Tino
Hi,
You can use css media queries to adjust the style of the elements including its font style on mobile view or any screen sizes.
// https://css-tricks.com/a-complete-guide-to-css-media-queries/
If you need more help, please feel free to open another thread.
Best regards,
Ismael