Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #783639

    i want to change the menu font size but not also the size of the sub items. Only the main items.

    Thank you

    #783854

    Hey georgesociel,

    You can do this through Enfold > Advanced Styling. Select Main Menu Links as the element to customize, and set the font size.

    Best regards,
    Sarah

    #787291

    Hello,

    No i don’t want to make this change to main menu.

    But this –> https://www.dropbox.com/s/x2hzwwavp45uubl/menu.JPG?dl=0

    #787293

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .av-subnav-menu > li > a {
        font-size: 20px;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #972740

    Hi,

    I tried adding this, when I inspect the element to see why it’s not changing, I see that the command was override. How can I find the reason for that?

    Thanks,
    Mohammad

    #973115

    Hi Mohammad,

    Thanks for the feedback. Please try this instead:

    #top .av-subnav-menu > li > a {
        font-size: 20px !important;
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.