How to remove 'interest free payments' text from product page?

Hello, can someone please help me find where i would need to remove the code to remove the text on my prodct page that shows “4 interest free payments from zip”. I deleted the app and thought i deleted it from the base code but it still shows up on the page as shown here: Couch Kingz · Customize Updated copy of Refresh · Shopify (couch-kingz.myshopify.com)

Let me know if you can help, thank you have a nice day!

@aidenkeck

Hi,

Please add the code below to Assets > base.css file.

.qp-widget-container {
    display: none !important;
}

Hope it helps.

Hi [email removed]Aidenkeck,

You can try this code by following these steps:

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

Step 2: Click “Add a new snippet”,

Step 3: Add file name “zip-widget”=> click Done

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly