• So I just created an amazon affiliated e-store, I imported few products but woocommerce automatically add these category icons on my shop. https://shop.eeglio.com/ I am going to make the product categories accessible through the menu so I don’t want them to be displayed as an icon on my shop page.

    I try to disable it by adding this code to css

    ul.products li.product.product-category {display:none !important;}

    It does stop the categories from stop displaying on the product page, the only problem is that, Now I get this empty space at where categories icons are previously displayed.
    Like this one. https://i.stack.imgur.com/r6JV9.jpg

    I look through all the setting and found nothing, My css is limited, and my php is Zero so Any help would be really appreciated.

    Additional information.

    I am using the theme storefront with the storefront pro plugins.
    I add the products throught woozonelight plugins. `

Viewing 3 replies - 1 through 3 (of 3 total)
  • By default on shop page, woocommerce shows list of products, however in your case its showing categories, may be due to some plugin which you have installed, try to deactivate plugins and debug if it resolves.

    Thread Starter lobsang1234

    (@lobsang1234)

    all plugins deactivated, except for the woocommerce self, debugged but the category icons are still there.

    I have the same question. I want to remove the category icons from the shop page. @lobsang123 did you find a solution?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Woocommerce: How to remove the category icons from the shop page’ is closed to new replies.