Hi, how can I make the sale bubble to be a square instead of round and move it to be at the top right or left of the product image?
Hey DROR,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.related.products span.onsale {
border-radius: 0;
top: -280px !important;
}
If you need further assistance please let us know.
Best regards,
Victoria