How do I set buttons to all be uppercase?

I’m using the Theme Manager but can’t find anywhere how to set buttons to be uppercase. How can I do this?

For now I’ve added this to my stylesheet:

button {
    text-transform: uppercase;
}

But is this the best solution?

Yeah I think that is your only option. I only see settings for designing the look of buttons in the Theme manager, not the text. Might be a possible feature request.

1 Like