#10618
root
Keymaster

Hi mate

For hiding the categories in your Products add the following code to

WordPress dashboard -> theme setting -> additional Scripts -> custom Css

.woocommerce div.products.instantshop div.product span.default_product_cat {
    display: none !important;
}

.woocommerce div.products.instantshop div.product .wrap_after_thumbnail {
    padding-top: 10px;
}