Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi Matthias,

    You should be able to simply overwrite this in your theme or custom css file, an example is given below:

    .responsive-menu-inner,
    .responsive-menu-inner::before,
    .responsive-menu-inner::after {
       border-radius: 0;
    }

    Let me know if it works!

    All the best

    Thread Starter wordpressuser

    (@matthiaskoehli)

    Hi

    thank you so much, I had to adjust it like this and it worked:

    span.responsive-menu-inner, span.responsive-menu-inner::before, span.responsive-menu-inner::after
    {
         border-radius: 0px;
    }

    Best regards,

    Matthias

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hey Matthias,

    Perfect and thanks for letting me know!

    All the best

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Curved Menu Bars’ is closed to new replies.