• Resolved charliefrancis123

    (@charliefrancis123)


    I only have four products and one product category. On my shop page (the page which displays all my products), which is built with the elementor/woocommerce ‘Products’ widget (see screenshot https://ibb.co/tq7LpV0), the category for each product is displayed to the user.

    See this screenshot of the issue: https://ibb.co/Lxzwvw2

    Circled in blue is the category name being displayed to the user – it says ‘main’ because all my products are in a category called main. I wish to hide this word from appearing on this page. (All existing support I could find online was dealing with hiding the metadata on the single product page, not on the main shop page.)

    Thank you.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support kellymetal a11n

    (@kellymetal)

    Hi there,

    You should be able to hide that “Main” category with a bit of CSS:

    
    .products .ast-woo-product-category {
      display: none !important;
    }
    

    You can add that to the “Additional CSS” section of your Customizer (Appearance > Customize).

    I hope that helps!

    Plugin Support con

    (@conschneider)

    Engineer

    Hi there,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Kind regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I hide the woocommerce product category info from my shop page’ is closed to new replies.