Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #438506

    Hi,
    Is it possible to reduce the font size of the “mega menu”? I have a particular menu that has a lot of sub-menus so I like how it can be displayed as a menu with columns, but I prefer the font to be exactly the same as a non-mega menu.

    Thanks.

    #439189

    Hey shoo!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_mega_div * { font-size: 12px !important; }

    If that does not help, please post the link to your website

    Best regards,
    Yigit

    #439660

    Hi Yigit, that worked perfectly at reducing the size of the font. But unfortunately the menu boxes is still very big and taking up a lot of space. Is there a way to minimize the size of the boxes?

    Here’s a link to my site: https://vipoffers.club/ (The menu in question is the “Categories” menu)

    Thanks!

    #440113

    Hey!

    Please try the following in Quick CSS under Enfold–>General Styling:

    .avia_mega6 ul.sub-menu {
    padding: 5px 5px 5px !important;
    }
    
    .avia_mega6 ul.avia_mega_hr{
    padding-top: 0px !important;
    }

    Best regards,
    Rikard

    • This reply was modified 9 years, 6 months ago by Rikard.
    #440338

    Hi Rikard, thanks for your reply. Is it possible to make the text not ‘bold’ and reduce the size of the font further? So it’s similar to my other drop down menus. Other than that, it is getting very close to what I would like to achieve. Thanks!

    #440785

    Hi!

    Please try the following as well:

    #header .mega_menu_title {
      font-size: 12px !important;
      font-weight: 500 !important;
    }

    Cheers!
    Rikard

    #440912

    Hi Rikard, thanks for you help thus far, you don’t know how much I appreciate it. But unfortunately I’m still having trouble reducing the size of the font. It looks a lot better after add the latest code you’ve give me, but for some reason I can’t reduce the font any smaller. I’m tried editing the numbers for the font-size and font-weight, but for reason it made no difference at all.

    I’ve provided a comparison pic of what I would like to font size to look like. Thanks again.
    Image: http://postimg.org/image/72cxro6kz/

    #441899

    Hey!

    Replace the code with this:

    #top #header .mega_menu_title a {
      font-size: 12px !important;
      line-height: .8em !important;
      min-height: 15px;
    }

    Regards,
    Ismael

    #441980

    Hi Ismael, you’re awesome!

    I just need one last step now, is it possible to make the text not bold?

    This is what it currently looks like: http://postimg.org/image/cyabg5ph1/

    #442202

    Hey!

    Please try adding this again, I can’t see the style being applied:

    #header .mega_menu_title {
      font-weight: 500 !important;
    }

    Best regards,
    Rikard

    #443693

    Thanks Rikard, adding that and setting the right color made it exactly how I want it.

    Thanks to everyone for your help!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Reduce the font size of the "mega menu"’ is closed to new replies.