Hi guys, last time i asked about hiding this on single product page because i’m using a pre-order plugin from YITH. But i found another preorder plugin that suits my need.
I managed to hide the IN STOCK notice/text on single product page using css. But it also hide the BACKORDER text on backorder titles on my website.
This is the css
/*HIDE STOCK STATUS*/
p.stock.in-stock {display:none;}
Is this the same CSS for backorder text? Can i be able to only hide IN STOCK notice on the single product page without affecting the backorder notice?
Thank you guys!