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!
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!
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
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
Any suggestions @PageFly-Victor ?
Can you share the URL so i can check more
Password: labelshopper
That did the trick. Thanks so much!!