"Best Price Guarantee"...Not!

I'm using the Divinci 2 Theme with the AliDropship plugin. One thing I'm not a fan of is the "Best Price Guarantee" notice to customers right under the selling price. I'd like to get rid of that, but can see how. I'm assuming it's going to have to be done in the HTML for the theme, but can figure out how to get access to that.

Anyone know how to do this or an easier way than an HTML edit?
 
E

Ekaterina Sayapina

Guest
I'm using the Divinci 2 Theme with the AliDropship plugin. One thing I'm not a fan of is the "Best Price Guarantee" notice to customers right under the selling price. I'd like to get rid of that, but can see how. I'm assuming it's going to have to be done in the HTML for the theme, but can figure out how to get access to that.

Anyone know how to do this or an easier way than an HTML edit?
Hello,

Thanks for your question!
To hide this badge, please add this piece of code to your Customization => Head => CSS style:

.besttip {
display:none;
}
 
Top