Title: Hide image via css
Last modified: August 31, 2016

---

# Hide image via css

 *  [Escandalous](https://wordpress.org/support/users/escandalous/)
 * (@escandalous)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/hide-image-via-css/)
 * Hi,
 * can sombody please tell me how to hide the images via css of my product categorys?
 * [http://goo.gl/oWUPbU](http://goo.gl/oWUPbU)
 * I want only that the name of the category appears..
 * Thanks at all 🙂

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Thread Starter [Escandalous](https://wordpress.org/support/users/escandalous/)
 * (@escandalous)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/hide-image-via-css/#post-7340632)
 * Can somebody help me please ?
 * Thanks
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/hide-image-via-css/#post-7340633)
 * If your theme doesn’t have a custom CSS option, Use a CSS plugin to add the following
   rule:
 *     ```
       .woocommerce ul.products li.type-product a img {
          display: none;
       }
       ```
   
 *  Thread Starter [Escandalous](https://wordpress.org/support/users/escandalous/)
 * (@escandalous)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/hide-image-via-css/#post-7340638)
 * First of all thank you very much for your help, but the code doesn’t work…
    i
   have also try this:
 *     ```
       .woocommerce ul.products li.type-product a img {
         display: none !important;
       }
       ```
   
 * but his also doesn’t work. Have you another tip ?
 * Thank you very much for your help 🙂
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/hide-image-via-css/#post-7340643)
 * I see the gray box for the Geometric jewelry box is no longer showing on the 
   home page. Were there other images that you didn’t want to show, like the three
   location images? Are the images that you don’t want to show on a different page?
   By the way, you don’t need to use the `!important` clause. It’s actually better
   if you remove it.
 *  Thread Starter [Escandalous](https://wordpress.org/support/users/escandalous/)
 * (@escandalous)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/hide-image-via-css/#post-7340644)
 * Thanks again Mate for your help..Much appreciated. I think i don’t have describe
   it exactly. I want do hide the images of my categorys..
    I want to disable the
   3 images with the islands ! Hope its now clear.
 * Thanks again and Sorry for my mistake !
 * Greetings.
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/hide-image-via-css/#post-7340645)
 * Ah, OK, thanks for the clarification. When you said “product,” I thought the 
   jewelry box was the only thing that was being “sold.”
 * Add this rule:
 *     ```
       .woocommerce ul.products li.product a img {
          display: none;
       }
       ```
   
 *  Thread Starter [Escandalous](https://wordpress.org/support/users/escandalous/)
 * (@escandalous)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/hide-image-via-css/#post-7340647)
 * Thank you, now it works. But now is the Product image also disabled. Is it possible
   that the product (GEOMETRIC JEWELRY BOX) image show up but the other 3 images
   above are not visible ?
 * Thanks again :). Much appreciated.
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/hide-image-via-css/#post-7340652)
 * Add this rule _after_ the rule that I gave you previously:
 *     ```
       .woocommerce ul.products li.type-product a img {
          display: block;
       }
       ```
   

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Hide image via css’ is closed to new replies.

 * 8 replies
 * 2 participants
 * Last reply from: [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/hide-image-via-css/#post-7340652)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
