abi123 Posted December 8, 2020 Posted December 8, 2020 How can I format the preview blocks of a Summary Block in a Wall Layout so that they highlight with a background colour around the image and behind the text when you hover? The example goal is like in this site's blog summaries : https://textilesandmateriality.com/ I can't figure out the right CSS to make it happen.
tuanphan Posted December 9, 2020 Posted December 9, 2020 Can you share link to page where you use Summary Block. We can help easier 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!)
abi123 Posted December 9, 2020 Author Posted December 9, 2020 10 hours ago, tuanphan said: Can you share link to page where you use Summary Block. We can help easier https://ferret-grouse-kmhh.squarespace.com/ pword: abi123
tuanphan Posted December 11, 2020 Posted December 11, 2020 Hi. I see you solved with this code? .sqs-gallery-design-autogrid .summary-item:hover { background-color: #e9795d !important; box-shadow: 1px 1px 8px 2px rgba(0,0,0,.2) !important; opacity: 1; transition: ease-in-out .3s; } 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!)
abi123 Posted December 16, 2020 Author Posted December 16, 2020 @tuanphan That's what I want it to look like, but in the summary layout "wall" instead of "grid. I have only figured out how to do it for "grid" which is my second choice 😞
tuanphan Posted December 17, 2020 Posted December 17, 2020 16 hours ago, abi123 said: @tuanphan That's what I want it to look like, but in the summary layout "wall" instead of "grid. I have only figured out how to do it for "grid" which is my second choice 😞 Can you change to wall layout? We will check again. 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!)
abi123 Posted January 22, 2021 Author Posted January 22, 2021 Hi @tuanphan, the site url is now: https://www.migrationandmobility.ca/ and the password to access is: mobility Thanks, Abi
tuanphan Posted January 23, 2021 Posted January 23, 2021 On 1/22/2021 at 10:16 AM, abi123 said: Hi @tuanphan, the site url is now: https://www.migrationandmobility.ca/ and the password to access is: mobility Thanks, Abi Use new code body.homepage .summary-item:hover { background-color: #e9795d !important; box-shadow: 1px 1px 8px 2px rgba(0,0,0,.2) !important; opacity: 1; transition: ease-in-out .3s; } 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.