Tagged: child theme, font size, main menu
Something weird is going on with my website that uses your Enfold theme. I don’t see how to make the main menu font size larger than the default size. Where did that font size adjustment go in the enfold child theme? I just want to make the menu font 14 pt.
This is my site: robertbortreefurniture.com. Thanks in advance!
Hi annhowardesign!
You can do this in Dashboard > Enfold > Advanced. There are options for creating styles for just the menu links.
Best regards,
Elliott
Hi Elliot!
Thanks for your reply. Which works, but if I want to easily change the hover color of the menu items, I check the box in that same option box. And if I check the box, then the styling only applies to the hover style. So I’m left with either / or. Either the font size is larger and there is no hover color option, or I get a hover color option, but the size of the menu font is default. Or even gets larger only for the hover color state.
Do you know what I’m trying to say? For now, I made the menu font size 15pt – nice and larger. But don’t have the green hover color working. I suppose there is some html I could add?
Hey!
add this code to Quick CSS field to change menu font size:
span.avia-menu-text {
font-size: 10px !important;
}
and adjust as needed.
Best regards,
Andy
Thank you for sharing your knowledge! That worked perfectly and I’m good to go. Happy Holidays : )