Home › Forums › Basel support forum › How to hide categories and stock left in single product page? › Reply To: How to hide categories and stock left in single product page?
March 24, 2018 at 10:38 am
#48460
Artem Temos
Keymaster
Hi,
Sorry, but you can’t hide some particular categories there. As for the stock left, use this code
.product-design-alt .single_variation .stock {
display: none;
}
Regards