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
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
Hey Matthias,
Perfect and thanks for letting me know!
All the best