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.
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.
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;
}