How can I change the Pipeline Theme heading to lower case?

Hi,

Can someone help me with how to make the heading lower case from Pipeline Theme version 6.1.3? See

@jmariegocela ,

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

1 Like

Thank you, it worked! :slightly_smiling_face: