Shopify themes, liquid, logos, and UX
Hi,
I am using the "Craft" theme and would like to capitalize all of the already created tags.
Is there any code that can accomplish this?
Thanks in advance!
Solved! Go to the solution
This is an accepted solution.
Help me add this code on file theme.liquid
<style>
label.facet-checkbox {
text-transform: capitalize;
}
</style>
Hi @aelitzer
You can use CSS text-transform: capitalize; or text-transform: uppercase; to make text capitalize or you can share the store URL to let me check more.
Hope this answer helps.
Best regards,
Victor | PageFly
Can you be a bit more specific about what to add where?
Password: labelshopper
You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag </body>
<style>
h2.collage-wrapper-title.h1 {
text-transform: capitalize;
}
</style>
You can use devtool to check the class of element that wants to change to capitalize text
to open devtool: Click right mouse + click Inspect
Hi,
I am not trying to capitalize the headers, I am trying to capitalize the tags. See below:
Can you share the URL so i can check more
This is an accepted solution.
Help me add this code on file theme.liquid
<style>
label.facet-checkbox {
text-transform: capitalize;
}
</style>
That did the trick. Thanks so much!!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024