Change background color of button with style

Hello,

can I make changes to a button with square and transparent style?
I want it to have a background-color (#00537f) and white typo instead.

Kind regards

Hi Anna,

Thank you for writing in, you can configure the general styling of buttons under X > Theme Options > Buttons



Hope it helps,
Cheers!

That is right, but now it is not capitalized anymore…

Hi Anna,

Please add this in X > Theme Options > CSS:

.x-btn, .button, [type="submit"] {
    text-transform: uppercase;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.