Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Remove categories name and description displayed under the product? › Reply To: Remove categories name and description displayed under the product?
August 2, 2014 at 1:03 pm
#97043
ok. i figured it out. : )
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
width: 100%;
text-align: center;
}
ul.products li.product .product-details {
display: none;
}
.posted_in {
display: none;