Home Forums WoodMart support forum How to hide Categories & Sub Categories from WooCommerce Product page?

How to hide Categories & Sub Categories from WooCommerce Product page?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #153017

    sportfanatik
    Participant

    How to hide Categories & Sub Categories from WooCommerce Product page? Keeping the SKU there … At the moment, with the woodmart setting, the two can only be displayed or removed together.
    Is there a solution to this?

    #153031

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.single .product_meta > span.posted_in {
    display:none;
    }

    Best Regards

    #153086

    sportfanatik
    Participant

    Are you super. Hide from product page. Quick view is still there. Can you remove it from there?

    #153116

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .popup-quick-view .entry-summary .product_meta > span.posted_in {
    display:none;
    }

    Best Regards

    #153172

    sportfanatik
    Participant

    Super, it works, thank you! 🙂

    #153196

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

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

The topic ‘How to hide Categories & Sub Categories from WooCommerce Product page?’ is closed to new replies.