Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1123181

    How to adjust the font size for a mega menu item?

    #1123474

    Hey marketingnr1,

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

    .avia_mega_div .mega_menu_title {
      font-size:10px !important;
    }

    Best regards,
    Rikard

    #1123579

    thank you very much!

    is there a way to do the same for a column or row item?

    best regads!

    #1123779

    Hi,

    I’m not sure I understand your question, do you mean the actual links in the mega menu maybe?

    Best regards,
    Rikard

    #1123827

    Hi Rikard,
    yes, thats exactly what I mean!

    Thank you in advance!

    #1123887

    Hi,

    Thanks for the clarification, please try this CSS to target the actual links in the mega menu:

    .avia_mega_div .sub-menu li a .avia-menu-text {
      font-size:10px !important;
    }

    Best regards,
    Rikard

    #1123909

    furthermore, is there a way to reduce the space between two actual links in the mega menu?

    thanks again already Rikard!

    #1124040

    Hi,

    You could try adjusting the padding of the links, this is the default CSS:

    .avia_mega_div > .sub-menu > li > ul > li a {
        padding: 3px 12px 3px 12px;
    }

    Simply try to reduce those values a bit to see if that helps.

    Best regards,
    Rikard

    #1124121

    hello Rikard,

    somehow the code doesn’t work for me. if you want, you can have a look at the site, see private content.#

    thank you so much for your help already!

    #1124933

    Hi,

    Thank you for the update.

    Looks like you enabled the Performance > File Compression settings. Please disable it temporarily then add the css code again.

    #top #header .avia_mega_div > .sub-menu > li > ul > li a {
        padding: 0 12px 0 12px;
        line-height: 16px;
    }
    

    Best regards,
    Ismael

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