This topic has 2 replies, 2 voices, and was last updated 7 years, 12 months ago ago by Olga Barlow
Hi,
I want to remove the categories that appear above the title on a single product page. I tried the following CSS (inputed in the theme CSS), without any luck.
.single-product-center .product_meta .posted_in {display: none;}
.content-product .products-page-cats {
display: none !important;
}
This is the product page I am referring to:
http://webcreate.solutions/product/black-notebook/
I want to remove: JOURNALS, JOURNALS AND PADFOLIOS above the word JOURNAL
Hello,
Try this code to hide categories
.product-information .products-page-cats {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up