Hi Artem
Thats sorted now:
Hi Gary,
Thanks for contacting us! I hope you’re doing well. I checked your staging site and fixed the issue, can you check it?
The first issue about the badges being displayed in the wrong places was caused by having the Force Badge Positioning enabled. I disabled it and the badges are now displayed correctly. You’ll find this setting in YITH > Badge Management > General Settings > Extra.
For the other issues, I added the following two CSS codes in the custom style in Appearance > Customize > Additional CSS:
The first code remove the badges from the Product Nav of your theme (the arrows on the top right of the page):
.basel-products-nav .product-thumb .yith-wcbm-badge {
display: none;
}
And, this other CSS code hides the default on sale badges from your theme if you want to:
.onsale.product-label {
display: none
}
Cheers