Title: Remove opacity
Last modified: August 22, 2016

---

# Remove opacity

 *  Resolved [andreaas](https://wordpress.org/support/users/andreaas/)
 * (@andreaas)
 * [11 years ago](https://wordpress.org/support/topic/remove-opacity/)
 * How can I remove the opacity thumbnail from homepage, category and tags?
    i use
   theme Hueman.

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

 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [11 years ago](https://wordpress.org/support/topic/remove-opacity/#post-5905846)
 * Hi andreaas. Not sure what you mean by “opacity thumbnail”. Are you referring
   to the thumbnail placeholder when an image isn’t being used? If so, you can remove
   those in Theme Options > Blog and set Thumbnail Placeholder to OFF.
 *  Thread Starter [andreaas](https://wordpress.org/support/users/andreaas/)
 * (@andreaas)
 * [11 years ago](https://wordpress.org/support/topic/remove-opacity/#post-5905861)
 * Sorry , “opacity” is the css that from the image out of the post of a lighter
   color (similar grey) when you pass over with the mouse.
    I don’t know eliminate
   opacity 🙁
 *  [tuttoappandroid](https://wordpress.org/support/users/tuttoappandroid/)
 * (@tuttoappandroid)
 * [11 years ago](https://wordpress.org/support/topic/remove-opacity/#post-5905909)
 * I have the same problem: I want to have the black color without opacity text.
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [11 years ago](https://wordpress.org/support/topic/remove-opacity/#post-5905941)
 * Take a look at [this thread](https://wordpress.org/support/topic/changing-default-hover-behavior-for-excerpts?replies=3)
   and see if that answers your question.
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [11 years ago](https://wordpress.org/support/topic/remove-opacity/#post-5905968)
 * The above post might have been more than you were after. Try this in your custom
   css:
 *     ```
       /* don't fade opacity on post hover */
       .post-hover .post-thumbnail {
         opacity: 1 !important;
       }
       ```
   
 *  Thread Starter [andreaas](https://wordpress.org/support/users/andreaas/)
 * (@andreaas)
 * [11 years ago](https://wordpress.org/support/topic/remove-opacity/#post-5905970)
 * I have eliminated post-inner and works very well.
    Thanks to the link above.

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

The topic ‘Remove opacity’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

## Tags

 * [opacity](https://wordpress.org/support/topic-tag/opacity/)

 * 6 replies
 * 3 participants
 * Last reply from: [andreaas](https://wordpress.org/support/users/andreaas/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/remove-opacity/#post-5905970)
 * Status: resolved