Dawn theme - product page coding help!

Solved
jonnysoup
Tourist
7 0 6

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!

 

shopify help 10.1.23.PNG

 

Store link: https://b526d5-3.myshopify.com/products/builderbuddies

(no password needed) 

 

Thanks!

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
4123 946 1152

This is an accepted solution.

Replace on this one. 

.container_badge {
    display: none !important;
}

And Save. 

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


View solution in original post

Replies 4 (4)
Made4uo-Ribe
Shopify Partner
4123 946 1152

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;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1696195333142.png
Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


jonnysoup
Tourist
7 0 6

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. 

Made4uo-Ribe
Shopify Partner
4123 946 1152

This is an accepted solution.

Replace on this one. 

.container_badge {
    display: none !important;
}

And Save. 

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


jonnysoup
Tourist
7 0 6

It worked! You are the best, thanks!