Shopify themes, liquid, logos, and UX
Hi, I was wondering if there was a way to force my collection titles to lowercase without changing the case sensitive parts in my collection name. I realize my collection name is in all caps, but I was wondering if there was a line of code to make 'MEN'S RINGS' 'men's rings' without changing it. My URL is https://shoplineagejewelry.com/. Password is 'beckew' Thank you!
Solved! Go to the solution
This is an accepted solution.
Add this code at the bottom of timber.scss file.
#CollectionSection .section-header h1 {
text-transform: lowercase;
}
Do let me know if it works for you.
This is an accepted solution.
Add this code at the bottom of timber.scss file.
#CollectionSection .section-header h1 {
text-transform: lowercase;
}
Do let me know if it works for you.
You're welcome.
User | RANK |
---|---|
227 | |
154 | |
63 | |
52 | |
46 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023