Impulse Theme - remove text from product page

Hello,

Hope you are all well.

Could someone, please, advice me how to remove this text prom product page: Usually ready in 24 hours.

I will attach picture for reference. P.S I am using Impulse theme.

@Lita1990 - can you please hare this page link?

Hi @Lita1990

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

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

Step 2: Search file base.css

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

[data-product-name=“A-Line Mini Skirt”] {

display: none;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

www.clothingparadise.co.uk

@Lita1990 - please add this css to the very end of your theme.css file and check

.store-availability {display: none;}

Hi @Lita1990 ,

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code just above tag

Result:

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

Best Regards,
Makka

1 Like

Thank you very much. It worked. :))