Jump to content

Change color of text and box background on hover

Go to solution Solved by Jia,

Recommended Posts

Hey, I am looking for a way to change the color of all elements within the text box on hover. 

I managed to change the color of individual elements but it's not exactly what I want, I want them all to change colour once I hover on the box background.  In this case, I want the grey box with black text to change to the green background colour and white text on hover. 

Here is the website:  polygon-moose-4jeh.squarespace.com

Password: demo

 

Thank you!

image.thumb.png.b59ace9479e1af605fba9d7a9c0bcd8f.png

 

Link to comment
  • Replies 2
  • Views 1.9k
  • Created
  • Last Reply

Top Posters In This Topic

  • Solution
4 hours ago, Ciellumiere said:

Hey, I am looking for a way to change the color of all elements within the text box on hover. 

I managed to change the color of individual elements but it's not exactly what I want, I want them all to change colour once I hover on the box background.  In this case, I want the grey box with black text to change to the green background colour and white text on hover. 

Here is the website:  polygon-moose-4jeh.squarespace.com

Password: demo

 

Thank you!

image.thumb.png.b59ace9479e1af605fba9d7a9c0bcd8f.png

 

Hi, try adding this to custom css:

.sqs-block.html-block.sqs-block-html.sqs-background-enabled:hover {
  background-color: green;

  .sqsrte-text-color--accent, p {
    color:white;
  }

}

Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified.

Link to comment
On 3/28/2024 at 11:24 PM, Jia said:

Hi, try adding this to custom css:

.sqs-block.html-block.sqs-block-html.sqs-background-enabled:hover {
  background-color: green;

  .sqsrte-text-color--accent, p {
    color:white;
  }

}

Brilliant! works like a charm! thank you

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.