Site logo

[Resolved] Remove Category ‘Product’ from Shop Listing

Home Forums Support [Resolved] Remove Category ‘Product’ from Shop Listing

Home Forums Support Remove Category ‘Product’ from Shop Listing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2518876
    Paul

    So on this page – https://www.givepraiserecords.com/releases/

    I was wondering if I can get rid of the UNCATEGORIZED (12) product link – I’m trying to get rid of it, but don’t know how!

    Sorry!

    Thank you so much as always!

    #2518882
    Leo
    Staff
    Customer Support

    Hi there,

    Is the Uncategorized always the first item? If yes we can use this CSS but it is not the best solution:

    .post-type-archive-product ul.products li:first-child {
        display: none;
    }

    If you want to remove the uncategorized from the product loop then you would need to check with WooCommerce support team.

    Another workaround is to actually assign a category to each of the products.

    Hope this helps.

    #2518883
    Paul

    Amazing!!!! Thank you so so much!

    Perfect!

    Paul

    #2518886
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.