Categories – Remove categories on single product page

This topic has 2 replies, 2 voices, and was last updated 7 years, 4 months ago ago by Olga Barlow

  • Avatar: Adriana
    Adriana
    Participant
    December 1, 2016 at 00:42

    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

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 2, 2016 at 10:45

    Hello,

    Try this code to hide categories

    .product-information .products-page-cats {
        display: none;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.