I want to design the Menu-Button like the “Get In Touch” Button in Enfold Law Demo https://kriesi.at/themes/enfold-law/ .
So I tried to define the custom css:
.av-menu-button-colored span.avia-menu-text {
border-radius: 50% !important;
}
But It doesn´t looks like the Demo-Button. Can someone give me a hint?
I resolved my problem by this way:
In Quick CSS:
.av-menu-button-colored span.avia-menu-text {
border-radius: 100px !important;
}