A space to discuss online store customization, theme development, and Liquid templating.
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?
Solved! Go to the solution
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;
}
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!
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;
}
That worked! Thank you so much!