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.
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!