Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #486689

    Hi guys,

    Hope you’re all well.

    I’ve added rounded corners to the mega menu on a client website but need to do the same for the standard drop down menu. I’ve included a link to the test site and it’s the drop down box for ‘About Us’. I’d also like to increase the padding slightly for the ‘About Us’ drop down box as well if possible?

    Many thanks, David.

    #487067

    Hey!

    Try adding this code to the Quick CSS:

    .sub-menu {
        border-radius: 10px;
        overflow: hidden;
        padding-top: 20px !important;
    }

    Cheers! 
    Josue

    #487073

    Thanks Josue, fantastic support as always!

    #487083

    You are welcome, glad to help :)

    Regards,
    Josue

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