How can I display gift card prices with 'From' in all caps?

Hi Guys,

I would like to make the price title for the gift card “From” in all capital letters for all collections.

I would appreciate any help.

URL: https://basicbastard.co/

Hey, Basicbastardco

Go to online store > themes > actions > edit code

In the component-card.css file, add this at the end:

.card-information .price {
   text-transform: uppercase;
}
1 Like