Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
I am trying to capitalize all the words in all my product descriptions by editing the code but haven't found a simple solution yet. My theme is Artisan.
Hi @annaarens,
While I would advise against it (Google and Facebook both frown upon excessive capitalization), the easiest way to do that is by adding a line to your description's class:
text-transform: capitalize;
or, add it as a style attribute within the description's HTML tag:
style="text-transform: capitalize;"