Home › Forums › Jevelin Theme › Removing Category from Jevelin Woocommerce product page
Home › Forums › Jevelin Theme › Removing Category from Jevelin Woocommerce product page
Hello,
I would like to remove the Category from the Woocommerce product page. How can I achieve this? I can’t find any option in settings.
Thanks,
Eric
Solution for this topic
Hi Eric,
I hope you are well today and thank you for your question.
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.woocommerce .product .product_meta > span.posted_in { display: none; }
Best regards,
Shufflehound team
Thanks, that works.
You are most welcome here 🙂