Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #552681

    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!

    #552693

    Hi annhowardesign!

    You can do this in Dashboard > Enfold > Advanced. There are options for creating styles for just the menu links.

    Best regards,
    Elliott

    #553033

    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?

    #553036

    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

    #553046

    Thank you for sharing your knowledge! That worked perfectly and I’m good to go. Happy Holidays : )

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Type size on Main Menu’ is closed to new replies.