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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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 🙂 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.