Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #678852

    Dear supporter,

    How can I change the shape of the elements in the mega menu? Now the elements have rounded corners at the bottom. I would like to make the squared, no border radius.

    Friendly regards,

    Rachel

    #678925

    Hey rachelvanstaalduinen,

    I don’t see any mega menu on your site but I do see the blue buttons on “over ons” and “Maak een afspraak” the top right which has a rounded corner if you are referring to that then please Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .sub_menu a {
        border-radius: 0px!important;
    }
    

    Best regards,
    Vinay

    #679019

    Dear Vinay,

    Fantastic, that was exactly what I was looking for.

    Thank you for you great support

    Rachel

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change shape of element in mega menu’ is closed to new replies.