Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1099582

    Hi,
    I want to change my menu to a “Mega Menu”, it worked but the font size of the dropdown links is way to big, the space between the links is to big and I also want to change the color.

    I know that all can probably changed in “Advanced Styling” but everything I tried failed.
    Ho can I change all this stuff?

    The Mega Menu is currently not active on my Website (because I don’t like the look) so I cannot provide a link.
    But I made a screenshot – how can I show it to you?

    Thanks for help!
    Frauke

    #1099881

    Hey Frauke,

    It would be easier for us if we could see the problem on your actual site, maybe you could set up a staging site? A staging site is useful for other things as well. If you can’t then please at least provide us with a screenshot.

    Best regards,
    Rikard

    #1099932

    Hi Rikard,
    how can I show you the screenshot, how can I attach it to this thread?

    Frauke

    #1100105

    Hi,

    You can use the following:

    https://snag.gy/

    Best regards,
    Jordan Shannon

    #1100296

    Hi,
    I put the screenshot online, see link below in private content.
    Thanks for your help!

    Best regards,
    Frauke

    #1100513

    Hi Frauke,

    Thanks for that, could you post login details in private as well so that we can activate the mega menu for a few minutes? Otherwise it’s hard to give you accurate CSS.

    Best regards,
    Rikard

    #1100899

    Hi Rikard,
    below in private content you find the login details.
    Thanks for your support!

    Best regards
    Frauke

    #1101041

    Hi,

    Try the following in quick css:

    #top #header .mega_menu_title a {
        font-size: 15px;
    }

    Best regards,
    Jordan Shannon

    #1101382

    Hi,
    thank you Jordan, with this code in quick css it looks already much better!
    Is it also possible to reduce the space/padding between the drop down links?
    And can I change the color of the drop down links? (in some kind of dark grey or something like that –
    if you provide me with the code for this I could adapt the color-number myself)

    Thanks in advance for your support!

    Best regards
    Frauke

    #1101824

    Hi,

    Just add the color with it:

    #top #header .mega_menu_title a {
        font-size: 15px;
        color:#000!important;
    }

    Best regards,
    Jordan Shannon

    #1102781

    Hi,
    thanks a lot for adding the color to the code! Due to other technical problems I am a little bit late with my answer, sorry.

    And what about the the space/padding between the drop down links? Is it possible to reduce this?
    Thanks for help!

    Best regards
    Frauke

    #1102988

    Hi,

    Add this to quick css:

    #top #header .avia_mega_div > .sub-menu{
    padding-top:10px!important;
    padding-bottom:10px!important;
    }

    Best regards,
    Jordan Shannon

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