force all product titles into uppercase on product page

force all product titles into uppercase on product page

ultimateliving
Tourist
7 0 5

Hello, I have the Dawn theme, how do I force all product title to show in uppercase on the product pages? 

Replies 3 (3)

suyash1
Shopify Partner
10977 1358 1735

@ultimateliving Can you please share your page link?

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

vm-web
Shopify Partner
154 10 29

@ultimateliving 

Please add the following CSS code to your asstes/base.css bottom of the file.

h1.product__title {
    text-transform: uppercase !important;
}

Thanks!

If helpful then please Like and Accept Solution. | Email: vickyzilpe@gmail.com

CodingFifty
Shopify Partner
914 136 164

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

CodingFifty_0-1738393390249.png

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com