Home › Forums › Basel support forum › How to hide SKU, number in stock and category in quick view of product › Reply To: How to hide SKU, number in stock and category in quick view of product
March 29, 2018 at 9:29 am
#49772
Elise Noromit
Member
Hello,
1. I see you have already hidden SKU with CSS.
2. In order to disable In stock enter each product and uncheck this option: http://prntscr.com/ixxi65
3. In order to hide Category use this CSS code on quick view:
.posted_in {
display:none;
}
If you want to hide Category on the Product page as well use this CSS code:
.product_meta>span.posted_in {
display:none;
}
Best Regards