• Resolved michelek28

    (@michelek28)


    There used to be a way to change this from showing up on product pages.

    Woocommerce > Settings > Products > Display (2nd from the sub tab) > Shop Page Display (2nd option from top) > Select Products > Save Changes

    Now Display as moved to customize and I only see the option to take it off the portfolio.

    Any advice?

    Thanks,
    Michele

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • madeincosmos

    (@madeincosmos)

    Automattic Happiness Engineer

    Hi @michelek28,

    Can you please explain in more details what’s the result of what you hope to achieve? Should the shop and category pages only show products instead of other categories?

    If that’s the case, you should be able to change this in Customizer > WooCommerce > Product Catalog:

    Screenshot: https://cld.wthms.co/Q5Op9W

    If this doesn’t help, please send us a link to the page where the problem occurs.

    Thanks!

    Thread Starter michelek28

    (@michelek28)

    Thanks for the quick reply,
    Here is a page that shows the issue I’m having:
    https://new.kidsforsavingearth.org/product/animal-thank-you/

    Located under “Add to Cart” in the actual product page it says “SKU: N/A Category: Eco-Friendly Cards”, I would like to remove that if possible.

    Here are my current settings: https://bit.ly/2FjgKMR

    What I would like to remove: https://bit.ly/2Fm433P

    madeincosmos

    (@madeincosmos)

    Automattic Happiness Engineer

    Hi

    Thanks for the explanation! The easiest way to get rid of the SKU and Category info will be with a bit of CSS code.

    Here is the code you can add in Customizer > Additional CSS:

    
    .single-product .product_meta {
       display: none;
    }
    

    And this is how it looks like in my browser sandbox:

    Screenshot: https://cld.wthms.co/NJYSMn

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to hide Categories & Sub Categories from WooCommerce Product page?’ is closed to new replies.