cgarroyo Posted July 19, 2020 Share Posted July 19, 2020 Hello there!! I added a CSS filter to my image to make transitions from b&w to color, but I only want to aply to only one of the pages, the images in every other page should be in directly in color. I paste the code I have. Thanks! .image-block { filter: grayscale(100%); transition: filter .5s ease-in-out;} .image-block:hover { filter: none;} Link to comment
tuanphan Posted July 19, 2020 Share Posted July 19, 2020 replace .image-block in 2 codes with image-block-id Find id with this tool. https://chrome.google.com/webstore/detail/squarespace-collectionblo/bggpdfnccodbnmcndckmeehdjkjojkde Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
cgarroyo Posted July 19, 2020 Author Share Posted July 19, 2020 5 hours ago, tuanphan said: replace .image-block in 2 codes with image-block-id Find id with this tool. https://chrome.google.com/webstore/detail/squarespace-collectionblo/bggpdfnccodbnmcndckmeehdjkjojkde Wow!!! This is really helpfull!! Guess I have to get into CSS from now on! Thanks you so much!! Have a nice day! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.