How can I delete text from product pages using the Impulse theme?

Hi,

I want to remove the text from my product pages, can someone tell me how to do it please? I am using Impulse theme,

thanks

Angela

Hi @ANGELA_L

Can you share with me the page url? I will help you check it. Thanks you.

Hi, it is https://poisonarrow.com.au

Hi @ANGELA_L ,

This is PageFly - Advanced Page Builder.

You can try with this code:

Follow this:

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

Step 2: Search file theme.css.

Step 3: paste below code in bottom of file → save.

.youpay-container.youpay-callout-container, .product__policies.rte.small–text-center {

display: none !important;

}

Hope that my solution works for you.

Best regards,

PageFly

fantastic! thank you, is it the same for the zip message?

Hi @ANGELA_L ,

Do you mean this one?

You can try with this code:

Follow this:

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

Step 2: Search file theme.css.

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

iframe#ShopifyChat {
    display: none;
}

Hope that my solution works for you.

Best regards,

Victor | PageFly

Hi @PageFly-Victor

sorry, I meant the zip BNPL text below the after pay text in the original image:

thanks

Angela

Hi @ANGELA_L ,

You can use my code to hide all zip messages as it is the same.

Best regards,

Victor | PageFly