Hi,
I have on the homepage a overview of the sale items, this size is ok.
But when open a product, i see below also related items, but they are very big, size can be 50%.
Possible ? the size on the frontpage must not be changed.
Hey BPC,
Try adding this to quick css and let me know if it works:
#top .product_column_4 .products .product {
margin: 0 9% 1% 0!important;
width: 17.8%!important;
}
Best regards,
Jordan Shannon
and again, thanks !
short question, how to remove the sale badge to the uppertop ?
Hi,
No problem at all. I am not sure what you mean by sale badge, can you provide a screenshot?
Best regards,
Jordan Shannon
Of course, see private link
there is now 1 with a sale (aanbieding) bade over the text
Hi,
Try this:
span.onsale{
display:none!important;
}
Best regards,
Jordan Shannon
sorry i meant move to top, not remove ;)
Hi,
Apologies, please add this to quick css:
span.onsale{
position: absolute!important;
top: -40px !important;
right: 108px !important;
}
Best regards,
Jordan Shannon