Home Forums Basel support forum hide links in the product card Reply To: hide links in the product card

#304133

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

.single-product-content .product_meta > span.posted_in{
  display:none;
}
.single-product-content .product_meta > span.tagged_as{
  display:none;
}

Best Regards