mathildenicoline Posted December 8, 2020 Share Posted December 8, 2020 Site URL: https://orchid-piano-9tpj.squarespace.com/ Hi! I have an HTML to create an effect on hover on images. Is there a code to make this apply to only image poster blocks, and not inline, card, stack etc.? This is my code now .image-block:hover img { filter: brightness(0.7); transition: all .3s ease-in-out; } I want the hover on these images https://orchid-piano-9tpj.squarespace.com/projects But not on this https://orchid-piano-9tpj.squarespace.com/about Link to comment
tuanphan Posted December 9, 2020 Share Posted December 9, 2020 Change to this code .design-layout-poster:hover img { filter: brightness(0.7); transition: all .3s ease-in-out; } 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
mathildenicoline Posted December 11, 2020 Author Share Posted December 11, 2020 Thank you @tuanphan! Worked perfectly! Did a lot of googling without finding the answer, love this forum 🙂 Beyondspace 1 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