May I please get help?
My product descriptions have images in them. How do I remove them?
May I please get help?
My product descriptions have images in them. How do I remove them?
Hi @thrifts , please share URL of your store so that I can help you better.
Good day,
Here it is https://thriftsmall.myshopify.com/
your product does not has description
it easy to do
Hi @thrifts , add the below code to your theme’s CSS file.
.product__description img {
display: none !important;
}
Thank you. It worked.