Hide title of specific product category on shop page

This topic has 3 replies, 2 voices, and was last updated 1 weeks, 3 days ago ago by martijntje

  • Avatar: martijntje
    martijntje
    Participant
    June 11, 2025 at 13:28

    Hi,

    Is is possible to hide a specific product category title/name on the product-page?

    To display the right information my products are in two categories. In the singe-product-editor I put the Meta field above the product-name and now 2 categories are mentioned. I would like to hide a specific category.

    Is that possible?

    Content is visible for topic creator and
    support staff only.
    2 Answers
    Avatar: Justin
    Luca Rossi
    Support staff
    June 11, 2025 at 14:04

    Hi @martijntje,

    Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    .single-product .products-page-cats {
        color: #1c344f;
    }
    .single-product .products-page-cats a[href$="aanbod/"] {
        display: none !important;
    }
    

    Kind regards,
    The 8Theme Team

    Avatar: martijntje
    martijntje
    Participant
    June 11, 2025 at 14:29

    Thanks for the support! My topic “Hide title of specific product category on shop page” has been successfully resolved.

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

The issue related to '‘Hide title of specific product category on shop page’' has been successfully resolved, and the topic is now closed for further responses

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