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?
Many Thanks!
– Michael
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
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
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;
}
That’s it!
Thank you so much, Guenni007!
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