Hi,
Can someone help me with how to make the heading lower case from Pipeline Theme version 6.1.3? See
Hi,
Can someone help me with how to make the heading lower case from Pipeline Theme version 6.1.3? See
Share the store URL.
Please put in below code to the last line of your under your theme.css
by going to your store admin > Online Store > Themes > Actions > Edit code > Assets folder.
https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/edit-theme-code
h2.home__subtitle {text-transform: none;}
Or please use this if you want to force the text to all lowercase.
h2.home__subtitle {text-transform: lowercase;}
Thank you, it worked! ![]()