Shopify themes, liquid, logos, and UX
Hello, I have the Dawn theme, how do I force all product title to show in uppercase on the product pages?
@ultimateliving Can you please share your page link?
Please add the following CSS code to your asstes/base.css bottom of the file.
h1.product__title {
text-transform: uppercase !important;
}
Thanks!
Hi @ultimateliving,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.product__title {
text-transform: uppercase !important;
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025