How to remove images from product descriptions?

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;
}
1 Like

Thank you. :grin: It worked.