Removing Category from Jevelin Woocommerce product page

Home Forums Jevelin Theme Removing Category from Jevelin Woocommerce product page

Home Forums Jevelin Theme Removing Category from Jevelin Woocommerce product page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • Dr.elk
    Participant

    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

    Dr.elk
    Participant

    Thanks, that works.

    You are most welcome here 🙂

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