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

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?

HI,

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

Of course: https://almapiedra.myshopify.com/?key=284a08f32869a371295c981d1c76526bebd29d605bfbadcba7b29a61b75e75c4

Thanks in advance!

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;
}
1 Like

That worked! Thank you so much!