Home › Forums › Jevelin Theme › Jevelin – Removing the product category from the product info Home/Shop pages
Home › Forums › Jevelin Theme › Jevelin – Removing the product category from the product info Home/Shop pages
Hi support, I tried removing the product category from the product info using the code found on the forum topic below:
While the category name was removed inside all product-category pages, they still show on the homepage and also when I hit the “Shop” button on the main navigation menu. Please see screenshots attached.
I appreciate any help you can provide to remove these as well.
Thank you!
Website URL: http://8d0.1ed.myftpupload.com/shop/
Solution for this topic
Hi @empowershop,
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
.home .products .additional-information, .woocommerce.archive .products .additional-information { display: none; }
Best regards,
Shufflehound team
Thank you!
You are most welcome here 🙂