How can I remove product prompts from images on my landing page?

Hi there, I’ve created an about us block on my shopify landing page https://loyaldoggo.com but there are circles appearing over our faces with prompts for product links, my theme doesn’t seem to support removing these so I’m looking for some help to do that please

Hi @Josh993 ,

Add this CSS code Online Store > Themes > Edit code > Assets > custom.css or theme.css

.template--index .image-with-text__media .product__tag, .template--index .image-with-text__media .hover__card-inner { display: none; }
1 Like

Thank you for the help! It’s much appreciated. and sorry for the late reply