TiagoGomes Posted May 24, 2020 Share Posted May 24, 2020 Site URL: http://www.sasakmarket.com I was wondering if anyone knows how is it possible to reveal button only on hovering. I have the buttons on top of the images but I would like to reveal these buttons only on hovering. Any idea how? Thank you guys Link to comment
tuanphan Posted May 24, 2020 Share Posted May 24, 2020 If you use Image Blocks, You can try this code. 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
RolandFuseHub Posted January 13, 2022 Share Posted January 13, 2022 On 5/24/2020 at 5:34 AM, tuanphan said: If you use Image Blocks, You can try this code. Hi @tuanphan if I have grid sections like I have on this page: https://devsr3.squarespace.com/ password=sneakpeek .. and I want to keep the title eg: Video and only show the button on hover, is that doable? Thanks, Roland I run FuseHub Creative Group, a syndicate of creatives from all over the world with one common goal - to develop creative and strategic solutions for ambitious organizations, and develop cool plugins which you can find on the SQS Mods platform - Circle Members always get a 10% discount with this code: SQSMOD10. Link to comment
tuanphan Posted January 17, 2022 Share Posted January 17, 2022 On 1/14/2022 at 4:15 AM, RolandFuseHub said: Hi @tuanphan if I have grid sections like I have on this page: https://devsr3.squarespace.com/ password=sneakpeek .. and I want to keep the title eg: Video and only show the button on hover, is that doable? Thanks, Roland You mean 8 service boxes on homepage? 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
RolandFuseHub Posted January 17, 2022 Share Posted January 17, 2022 25 minutes ago, tuanphan said: You mean 8 service boxes on homepage? Yes, those 8 boxes… I run FuseHub Creative Group, a syndicate of creatives from all over the world with one common goal - to develop creative and strategic solutions for ambitious organizations, and develop cool plugins which you can find on the SQS Mods platform - Circle Members always get a 10% discount with this code: SQSMOD10. Link to comment
tuanphan Posted January 17, 2022 Share Posted January 17, 2022 37 minutes ago, RolandFuseHub said: Yes, those 8 boxes… use this CSS section.wm-split-1 .button-block { visibility: hidden; } section.wm-split-1:hover .button-block { visibility: visible; } section.wm-split-2 .button-block { visibility: hidden; } section.wm-split-2:hover .button-block { visibility: visible; } RolandFuseHub 1 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
RolandFuseHub Posted January 17, 2022 Share Posted January 17, 2022 9 minutes ago, tuanphan said: use this CSS section.wm-split-1 .button-block { visibility: hidden; } section.wm-split-1:hover .button-block { visibility: visible; } section.wm-split-2 .button-block { visibility: hidden; } section.wm-split-2:hover .button-block { visibility: visible; } Thanks @tuanphan will try that first thing in the am! I run FuseHub Creative Group, a syndicate of creatives from all over the world with one common goal - to develop creative and strategic solutions for ambitious organizations, and develop cool plugins which you can find on the SQS Mods platform - Circle Members always get a 10% discount with this code: SQSMOD10. Link to comment
RolandFuseHub Posted January 17, 2022 Share Posted January 17, 2022 3 hours ago, tuanphan said: use this CSS section.wm-split-1 .button-block { visibility: hidden; } section.wm-split-1:hover .button-block { visibility: visible; } section.wm-split-2 .button-block { visibility: hidden; } section.wm-split-2:hover .button-block { visibility: visible; } You are the BOSS! It worked! I run FuseHub Creative Group, a syndicate of creatives from all over the world with one common goal - to develop creative and strategic solutions for ambitious organizations, and develop cool plugins which you can find on the SQS Mods platform - Circle Members always get a 10% discount with this code: SQSMOD10. 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