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

    Hello,

    I’d like to use a smaller font size for column name in mega menu. Can someone help with this?

    Thanks,
    J.N.

    #1140899

    Hey greyhound72,

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

    #header .mega_menu_title {
        font-size: 15px !important;
    }

    Best regards,
    Rikard

    #1141071

    It works, thank you!

    #1141072

    And one more question: is there any way to remove the horizontal <hr> in mega menu? Or make it the same color as mega menu background?

    Thanks in advance!

    J.N.

    #1141276

    Hi,

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

    #header .avia_mega_div .units {
        border-right-style: none;
        border-right-width: 0;
    }

    If it doesn’t work then please try this instead:

    #header .avia_mega_div .units {
        border:none;
    }

    Best regards,
    Rikard

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