Remove product catagories

Hi, Trying to remove all catagories on the product page. I used
div.product_meta {
display: none;
}

but that didn’t work. Can you help?

https://aussieherbshop.com/shop/intestinal-detox-1/

Thanks

Hello There,

Thanks for writing in!

To resolve your issue, please use this code instead:

.product_meta .posted_in {
    display: none;
}

Please let us know if this works out for you.

Yes it did. Thank you. I Was entering it into the wrong customs css. I Was adding to global.

You’re welcome!
Thanks for letting us know that it has worked for you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.