• Resolved productiondrp

    (@productiondrp)


    Hi,
    I need some help to remove the categories listings under the image on shop page.

    I have researched and tried several suggestions to functions.php file but did not work.

    I have the setting in Appearance>Customize>Woocommerce to products only.

    I was able to remove these from showing on single product page but not sure about shop page.

    Any assistance would be appreciated.

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

Viewing 1 replies (of 1 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    Hi there,

    Those categories aren’t something that’s coming from the core WooCommerce plugin and it looks like this might be powered the theme you’re using – Etalon.

    Regardless, you could hide them with custom CSS in your WordPress settings under **Appearance > Customize > Additional CSS**:

    
    .woocommerce ul.products li.product .categories {
      display: none;
    }
    

    Hope it helps ??

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove categories that appear under image on shop page’ is closed to new replies.