How to make sure all of the buttons on your website are using CAPITALIZED Text.

Solved

How to make sure all of the buttons on your website are using CAPITALIZED Text.

almapiedra
Tourist
13 0 6

I'm trying to make all of the buttons in my store have capitalized text and I'm not having luck. Can someone help out?

Accepted Solution (1)
Akibhusen
Shopify Partner
715 121 148

This is an accepted solution.

Hi @almapiedra,

 

Can you please add the code of CSS in your base.css file? Let me know if it does not work after adding to the suggested CSS file.

 

.button, button{
text-transform:uppercase !important;
}

View solution in original post

Replies 4 (4)

Akibhusen
Shopify Partner
715 121 148

HI, 

 

can you please share your store URL? so I'll check and suggest to you the best way to do these changes.

Akibhusen
Shopify Partner
715 121 148

This is an accepted solution.

Hi @almapiedra,

 

Can you please add the code of CSS in your base.css file? Let me know if it does not work after adding to the suggested CSS file.

 

.button, button{
text-transform:uppercase !important;
}
almapiedra
Tourist
13 0 6

That worked! Thank you so much!