Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #237569
    Leslie Bigos
    Participant

    On my woocommerce product page, https://www.yarlungrecords.com/product/lifeline-quartet/, I want to hide the Tags and the Category. I used the CSS

    /*WOO COMMERCE BREADCRUMB*/
    .woocommerce-breadcrumb {
    display: none;
    }

    But it is not working.

    Can you help?

    Thanks

    #237582
    Skandha
    Participant

    @bigoslesli: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .single-product .posted_in, .single-product .tagged_as {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #237619
    Leslie Bigos
    Participant

    Thank you so much. That worked!

    #237650
    Skandha
    Participant

    @bigoslesli: Hello, there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-kathmandu/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Tags and Category on Woocommerce product page’ is closed to new replies.