Hello! I’m having a little bit of trouble with buttons. How can I disable the uppercase option? I’ve tried inserting the following on my customs CSS:
a.x-btn.x-btn-square.x-btn-large.x-btn-block {
text-transform: none;
}
It didn’t work though. What could the problem be? Thank you for your help ThemeCo team!