Hi,
I’ve just migrated my site from Blanco Get Shopped to Blanco Woocommerce and need to do a little tweek.
How do I turn off the display of Tags and Categories (appearing below the products short description) on the single product page?
I can’t see a setting in the Blanco theme so tried using custom CSS.
I used div.product_meta { display: none; }
to hide them which worked but that also hid the product SKU and Availability fields (below the Add to Cart button) so I added .product-stock { display: block !important; }
to restore them.
I expect thats not the best way to do this so can you please advise the proper way to do this.
I currently have the CSS above in use so let me know if you need me to remove it for to test.
Regards, Mike.