Skip to main content

To hide the category display output on a single product page please add this to Theme Options => Custom CSS:

.single-product .product_meta .posted_in {
display: none!important;
}

Leave a Reply