How can I remove product page announcements?

I need to delete the notification shown in the screenshot attached. I can’t find where this can be deleted. The message appears under each product listing. Thank you

Hello @Kris28 ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

@Kris28

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file → Save

.template-product .shopify-section [data-section-type="promo-grid"] {
      display: none;
}

omg thank you so much! All fixed

Thanks very much… it worked!

Hi @Kris28 ,

I am glad that my solution is helpful to you :heart_eyes: .