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;
}
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024