Jump to content

Show Button only on hover

Recommended Posts

  • 1 year later...
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
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
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
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;
}

 

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
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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.