hello! i was just wondering if you would know how to do gradient posts ( such as you adjust the grayscale & when you hover it returns to its 100 color ) on theme dnyl by chance? if you could help out w/ this, it'd be greatly appreciated thank u!
hi! for dnyl in particular, you’d need to add the following coding after you’ve enabled the grayscale option:
img:hover { -webkit-filter: grayscale(0%); -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
however, keep in mind that i have the pxu photoset script installed so your photosets will not return to color on hover. regular photos should, though.










