NiceThemesGreyscale Filter on all images – how to remove – NiceThemes http://nicethemeswp.com/forums/topic/greyscale-filter-on-all-images-how-to-remove/feed/ Tue, 22 Apr 2025 12:40:30 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/greyscale-filter-on-all-images-how-to-remove/#post-1746 <![CDATA[Greyscale Filter on all images – how to remove]]> http://nicethemeswp.com/forums/topic/greyscale-filter-on-all-images-how-to-remove/#post-1746 Wed, 19 Jun 2013 20:17:13 +0000 jtragg I’m trying to get rid of the greyscale fade that happens on all images throughout the site, i would like it to only effect thumbnails. Ive been messing with the CSS, but it seems the main css files properties are over writing the new ones. is there a simpler solution to this?

Thanks,

James

]]>
http://nicethemeswp.com/forums/topic/greyscale-filter-on-all-images-how-to-remove/#post-1747 <![CDATA[Reply To: Greyscale Filter on all images – how to remove]]> http://nicethemeswp.com/forums/topic/greyscale-filter-on-all-images-how-to-remove/#post-1747 Wed, 19 Jun 2013 20:34:59 +0000 Juanfra Aldasoro Hi James,

Thanks for writing. I’m not getting clear where is that you want to maintain the greyscale?

Thanks,
Juan

]]>
http://nicethemeswp.com/forums/topic/greyscale-filter-on-all-images-how-to-remove/#post-1748 <![CDATA[Reply To: Greyscale Filter on all images – how to remove]]> http://nicethemeswp.com/forums/topic/greyscale-filter-on-all-images-how-to-remove/#post-1748 Wed, 19 Jun 2013 20:54:43 +0000 jtragg oh sorry, I only want to keep a transition on the smaller thumbnail images, I do not want the greyscale fade on the full size images in the portfolio or the full size image on the homepage. The greyscale fade is only on :hover

thanks for the quick reply!

]]>
http://nicethemeswp.com/forums/topic/greyscale-filter-on-all-images-how-to-remove/#post-1749 <![CDATA[Reply To: Greyscale Filter on all images – how to remove]]> http://nicethemeswp.com/forums/topic/greyscale-filter-on-all-images-how-to-remove/#post-1749 Wed, 19 Jun 2013 21:01:15 +0000 Juanfra Aldasoro Hi James,

No problem 🙂 I’m happy to help.

You can try adding the following css over your custom.css file or within the custom css field in your theme options:

.single .featured-image:hover,
.post .featured-image:hover,
.flexslider .slides img:hover{
	filter: none;
}

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/greyscale-filter-on-all-images-how-to-remove/#post-1750 <![CDATA[Reply To: Greyscale Filter on all images – how to remove]]> http://nicethemeswp.com/forums/topic/greyscale-filter-on-all-images-how-to-remove/#post-1750 Wed, 19 Jun 2013 21:28:31 +0000 jtragg seems to still be turning the larger images greyscale on mouseover:

http [://] jamestraggianese [dot] com/jcalm/?portfolio=running

]]>
http://nicethemeswp.com/forums/topic/greyscale-filter-on-all-images-how-to-remove/#post-1751 <![CDATA[Reply To: Greyscale Filter on all images – how to remove]]> http://nicethemeswp.com/forums/topic/greyscale-filter-on-all-images-how-to-remove/#post-1751 Wed, 19 Jun 2013 21:51:55 +0000 Juanfra Aldasoro Hi James,

I can see the you’ve added the filter property over the file custom.css

Please replace filter: none 0 !important;

With filter: none;

In which browser are you checking the changes?

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/greyscale-filter-on-all-images-how-to-remove/#post-1752 <![CDATA[Reply To: Greyscale Filter on all images – how to remove]]> http://nicethemeswp.com/forums/topic/greyscale-filter-on-all-images-how-to-remove/#post-1752 Wed, 19 Jun 2013 23:36:31 +0000 jtragg I am checking in both chrome and firefox.

it is changed back to filter: none; I was just seeing if !important would change anything

]]>
http://nicethemeswp.com/forums/topic/greyscale-filter-on-all-images-how-to-remove/#post-1753 <![CDATA[Reply To: Greyscale Filter on all images – how to remove]]> http://nicethemeswp.com/forums/topic/greyscale-filter-on-all-images-how-to-remove/#post-1753 Thu, 20 Jun 2013 01:18:26 +0000 Juanfra Aldasoro Great – how do you see it now?

Best,
Juan

]]>
http://nicethemeswp.com/forums/topic/greyscale-filter-on-all-images-how-to-remove/#post-1754 <![CDATA[Reply To: Greyscale Filter on all images – how to remove]]> http://nicethemeswp.com/forums/topic/greyscale-filter-on-all-images-how-to-remove/#post-1754 Thu, 20 Jun 2013 02:49:43 +0000 jtragg it is still turning greyscale on mouse over

]]>
http://nicethemeswp.com/forums/topic/greyscale-filter-on-all-images-how-to-remove/#post-1755 <![CDATA[Reply To: Greyscale Filter on all images – how to remove]]> http://nicethemeswp.com/forums/topic/greyscale-filter-on-all-images-how-to-remove/#post-1755 Thu, 20 Jun 2013 02:55:18 +0000 jtragg after more extensive testing, it is fixed in firefox, but chrome and safari both still show the greyscale on hover

]]>