How can I change the position of the “Sale!” tag? In the current position the tag goes above the product name, see here:
https://stage.farinezerbo.it/shop/
I’d like to put the Sale tag above the product image, on the up right corner.
Thanks
Hey muvolab,
Please try adding this CSS code in Quick CSS, located in Enfold > General Styling:
#top div .product_on_sale .inner_product_header {
position: static;
}
#top .inner_product_header_cell .onsale {
position: absolute;
top: 8px;
}
Best regards,
Nikko
it works great, thank you!
Hi muvolab,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko