https://atakravmaga.com/. Is there a way to make no shadow on the button text global? Any css I can enter. Thank you.
Hi @rkassebaum,
Thank you for writing in, you can add this to Theme Options > CSS
.x-btn, .button, [type="submit"] {
text-shadow: none !important;
}
You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial
Hope it helps,
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.