Shopify themes, liquid, logos, and UX
hi! could anyone help me make all the product descriptions on my product pages all lowercase?
Hi @Element1,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.product__info-container .product__description {
text-transform: lowercase !important;
}
Hi @Element1
You can use the code below:
BF: https://prnt.sc/vNTcUm2LYqTh
AT: https://prnt.sc/zbmXastx2fkX
section.product__info-container .product__description {
text-transform: lowercase !important;
}
You can add it in Custom CSS field.
Hope this can help!
Best,
Daisy
Hello @Element1 , Try this code add it in your css file
section.product__info-container .product__description {
text-transform: lowercase !important;
}
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025