Need help removing these trust badges below 'add to cart',


i tried looking for it in the code, dont think its an app, and other solutions dont work for me. I want to get rid of ‘secure and trusted checkout with’ as well as the trust badges below. they just get in the way and are unnecessary

url: https://myluminee.myshopify.com/products/silicone-panda-lamp

1 Like

Hi @js_l

Check this one if it work.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

.htusb-ui-prod-boost-trust-wrapper {
    display: none !important;
}

And Save.

Result:

Note: if the code didnt work youll need a developer to take this out. Seems like an insert code.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Hi @js_l

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

.htusb-ui-prod-boost-trust-wrapper {

display: none !important;

}

Additionally, I noticed an error at the bottom of your home page:

You can find it in theme.liquid by pressing ctrl+F => copy test error “.info_content.pro_sticky #trust-badge-content-div { display:none;” => paste it to search box => enter => delete the code.

Hope that my solution works for you.

Best regards,

Henry | PageFly

Thanks, it worked

Welcome! Please dont forget to Likes also. Thanks!