This topic has 5 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
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.
Oops, the SKU and Availability fields are below the products price – not cart button.
Hello,
Please try to change your custom css code to:
.product-shop .product_meta:last-child {
display: none;
}
Regards
Hi Rose,
That appears to work so please close this topic.
Thanks,
Mike.
My pleasure 🙂
Have a nice day.
Regards
Tagged: categories, suppress, tags, woocommerce, wordpress
The issue related to '‘Suppress Tags and Category lists on single product page’' has been successfully resolved, and the topic is now closed for further responses