sammoffat Posted September 14, 2020 Share Posted September 14, 2020 Site URL: https://gerbil-alpaca-7z52.squarespace.com/ Hi, I would like the project thumbnails to be black and white and get colorised on rollover . I followed another thread and am using this code but it doesn't work. .no-touch .collection-5f3d008913a21354de5ca187 { -webkit-filter: grayscale(100%); filter: grayscale(100%); &:hover, &:focus { -webkit-filter: grayscale(0%); filter: grayscale(0%); } Thank you Link to comment
tuanphan Posted September 14, 2020 Share Posted September 14, 2020 Add to Home > Design > Custom CSS .homepage .grid-image img { filter: grayscale(1); } .homepage .grid-image:hover img { filter: grayscale(0); } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.