Hi,
Is it possible to change the product title in the product cards on the Shopify Refresh theme to uppercase, to match how the vendor is displayed?
Hey @CallumD
Share your Store URL and Password if enabled
Hey @CallumD
Follow these Steps:
Hello There,
.card-wrapper .full-unstyled-link {
text-transform: uppercase;
}
.card-wrapper .caption-with-letter-spacing.light {
text-transform: uppercase;
}
Hi @CallumD
Go to the online store
Edit the code and base.css file below paste the code :
.full-unstyled-link {
text-decoration: none;
color: currentColor;
display: block;
text-transform: uppercase;
}
Thank you for your help ![]()
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.