How can I capitalize all tags in the Craft theme?

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?

https://1ca775.myshopify.com/

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

Hi,

I am not trying to capitalize the headers, I am trying to capitalize the tags. See below:

Any suggestions @PageFly-Victor ?

Can you share the URL so i can check more

https://1ca775.myshopify.com/

Password: labelshopper

Help me add this code on file theme.liquid


That did the trick. Thanks so much!!

1 Like