Woocommerce – Remove Category Images

  • In Progress
    Posted in: Highend WP Theme  
  • Customer
    andrew.bartik@gmail.com
    January 13, 2018 at 1:41 am #121989

    How can I remove the images from the “Category” and just leave the banners?

    These are the different CSS scripts I have attempted with no success.
    .post-type-archive.woocommerce ul.products li.product a img { display: none; }
    .tax-prod_cat.woocommerce ul.products li.product a img { display: none; }
    .woocommerce ul.products li.product-category a img { display: none; }
    .woocommerce ul.products li.product a img { display:none!important; }
    .woo-cats { display: none; }
    .hb-woo-shop-cats { display: none !important }
    .tax-product_cat .product-category > a > img { display: none; }
    .product-category a img { display: none; }

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.