Use CSS to hide the sticker labels from the archive page
You can hide the new, Home Open, Sold and Leased labels with a line of CSS added to your theme style.css file.
body .epl-stickers-wrapper { display:none; }
You can hide the new, Home Open, Sold and Leased labels with a line of CSS added to your theme style.css file.
body .epl-stickers-wrapper { display:none; }