What options do I have to adjust the placement of the sale button or remove it?
Hey Ronald,
This is the CSS applying to that element:
#top .single-product-main-image .onsale {
top: 0px;
right: 7px;
}
Try to adjust those numbers to change the position. If you want to hide it then please use this:
#top .single-product-main-image .onsale {
display:none;
}
Best regards,
Rikard
Yes that worked perfectly. TY