Title: Remove grey scale
Last modified: August 21, 2016

---

# Remove grey scale

 *  Resolved [windoc.in](https://wordpress.org/support/users/windocin/)
 * (@windocin)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/remove-grey-scale/)
 * First of all thanks, loving this theme.
 * would like to know how to achieve below
 * 1) The exact image only gets display when i rule the moved over and all other
   time it displayed grey scale , How to get rid of it.

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 1 month ago](https://wordpress.org/support/topic/remove-grey-scale/#post-3701731)
 * Hi, do you have a section of the dashboard named, “Custom CSS” or “Edit CSS”?
 *  Thread Starter [windoc.in](https://wordpress.org/support/users/windocin/)
 * (@windocin)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/remove-grey-scale/#post-3702016)
 * nope, unable to find such option
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 1 month ago](https://wordpress.org/support/topic/remove-grey-scale/#post-3702077)
 * Install this [Custom CSS Manager plugin](http://wordpress.org/support/view/plugin-reviews/custom-css-manager-plugin)
   and use [its section of the dashboard](http://s.wordpress.org/extend/plugins/custom-css-manager-plugin/screenshot-1.jpg?r=707871)
   to hold this code:
 *     ```
       .blog .hentry a .attachment-post-thumbnail {
        -webkit-filter: none;
        -moz-filter: none;
        -o-filter: none;
        -ms-filter: none;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
       }
       ```
   
 *  [ananana](https://wordpress.org/support/users/ananana/)
 * (@ananana)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/remove-grey-scale/#post-3702097)
 * Hi, I’m trying to remove the greyscale from the cirlces specifically. I have 
   already copied the stylesheet into the plugin and changed all the opacities to
   1. I have also changed all the filters to none, as suggeted. This method has 
   been sucessful in changing everything else. However, the circles are still showing
   up faded before I scroll over them.
 * [http://theclementinechronicle.com/wordpress/](http://theclementinechronicle.com/wordpress/)
 *  [ananana](https://wordpress.org/support/users/ananana/)
 * (@ananana)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/remove-grey-scale/#post-3702098)
 * Nevermind! I fixed the problem by changing the background color.
 *  [sharongolod](https://wordpress.org/support/users/sharongolod/)
 * (@sharongolod)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/remove-grey-scale/#post-3702102)
 * I was wondering if anyone could help me out with this too. I would like to get
   rid of the grayscale of the images. I have the Custom CSS Manager plugin and 
   I have added the code you suggested on top but it doesn’t seem to be working.
   Is there any other way of getting rid of this.
 * My url is [http://www.sharongolod.com](http://www.sharongolod.com)
 * Thanks,
 * Shar
 *  [ananana](https://wordpress.org/support/users/ananana/)
 * (@ananana)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/remove-grey-scale/#post-3702104)
 * To fixed it I pretty much copied in the whole style sheet and then I changed 
   all the opacities to 1 and set all the filters to 1. That took the hover off 
   of everything, but the circles. To fix that, I changed most of the colors to #
   000.
 * I’m pretty sure this will fix it:
 *     ```
       .hentry.no-thumbnail {
       	background: #000;
       	border-radius: 180px;
       	overflow: hidden;
       	transition: background .4s ease-in-out;
       	-webkit-transition: background .4s ease-in-out;
       	-moz-transition: background .4s ease-in-out;
       	-o-transition: background .4s ease-in-out;
       	word-wrap: break-word;
       	width: 180px;
       	max-width: 180px;
       	height: 180px;
       	max-height: 180px;
       }
       ```
   
 *  [sharongolod](https://wordpress.org/support/users/sharongolod/)
 * (@sharongolod)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/remove-grey-scale/#post-3702105)
 * I can’t get it to work 🙁 I don’t understand why but I’ve changed the values 
   to what you told me and still nothing.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 1 month ago](https://wordpress.org/support/topic/remove-grey-scale/#post-3702106)
 * Hi sharongolod,
    By posting support in someone else’s thread, you are only visible
   to those who are viewing this thread. It’s recommended you [create your own thread](http://wordpress.org/support/theme/spun#postform)
   to increase your likelihood of receiving support.

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

The topic ‘Remove grey scale’ is closed to new replies.

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

 * 9 replies
 * 4 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/remove-grey-scale/#post-3702106)
 * Status: resolved