I need some assistance with removing the “FREE Tracked Shipping, 30-day money-back guarantee, 24/7 support, easy returns” section of the product description (circled in red in screenshot below. I would like to remove this section completely as I already have the badge. Any help is appreciated!
Store link: https://b526d5-3.myshopify.com/products/builderbuddies
(no password needed)
Thanks!
1 Like
HI @jonnysoup
Try this one.
- 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:
.container_badge {
display: none;
}
Hi there, unfortunately, that didn’t work. I added the code to the Assets - base.css file but it still shows on my product page. I really appreciate your efforts.
1 Like
Replace on this one.
.container_badge {
display: none !important;
}
And Save.
It worked! You are the best, thanks!
1 Like