Tagged: , , , ,

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

    Hi!

    I’d like to add a border radius to the white background of my mega menu, but I can’t find the proper css code. Could you help me?
    Menu

    Many Thanks!
    – Michael

    #1177920

    Hey mmichael1991,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1178099

    Hi!

    Here you go: joostnieuwstraten.eu

    I mean the white menu background with the text and image when hovering/tapping the “Tikkie Aanvragen” button.

    Thanks!

    Michael

    #1178104

    best – i think is to give it to the: #header .avia_mega_div
    and that is the selector where you can change even the box-shadow – maybe a glooming white will be nice for your site.

    #header .avia_mega_div {
    border-radius: 20px;
    box-shadow: 0 0 15px 5px rgba(255,255,255,1) !important;
    }
    #1178221

    That’s it!

    Thank you so much, Guenni007!

    #1178304

    Hi Michael,

    Great, I’m glad that you got it working and thanks @guenni007 for helping out :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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