Caitlin000 Posted November 30, 2021 Share Posted November 30, 2021 Site URL: https://www.coraldove.com/journal Thank you for the help! I have not found the specific code for blog post to turn from greyscale to color on hover. Link to comment
creedon Posted November 30, 2021 Share Posted November 30, 2021 Add the following to Design > Custom CSS. #collection-5eeba9e7b86406138c6ccc45 .blog-basic-grid .image-wrapper img { -webkit-filter : grayscale( 1 ); filter : grayscale( 1 ); } #collection-5eeba9e7b86406138c6ccc45 .blog-basic-grid .image-wrapper img:hover { -webkit-filter : unset; filter : unset; } This is for v7.1 and specific to the poster's need. Let us know how it goes. tuanphan 1 Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment