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

Home Forums Jevelin Theme Jevelin – Removing the product category from the product info Home/Shop pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • empowershop
    Participant

    Hi support, I tried removing the product category from the product info using the code found on the forum topic below:

     

    https://support.shufflehound.com/forums/topic/remove-the-category-name-inside-a-product-category-page/

     

    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/

    Attachments:
    You must be logged in to view attached files.

    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

    empowershop
    Participant

    Thank you!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)