Jump to content

Change design of email signup checkbox on form with custom CSS

Go to solution Solved by tuanphan,

Recommended Posts

Posted (edited)

I would like to make the "sign up for news and updates" email signup checkbox solid #EBDEC4 when checked. I do not need styling on hover. I do not need the check mark inside the circle. I have tried to figure out how to target that specific element, but with no luck. Thank you!

Screenshot 2023-12-14 at 19.05.35.png

Screenshot 2023-12-14 at 19.14.08.png

Edited by websitebuilder12345
Additional information
  • Replies 8
  • Views 2.4k
  • Created
  • Last Reply

Top Posters In This Topic

  • Solution
Posted

Add to Website Tools (under Not Linked) > Custom CSS

.form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .form-item.email label input[type="checkbox"]:checked::before {
    background-color: #EBDEC4 !important;
}

.form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .sqs-block-form .form-item.checkbox label input[type="checkbox"]:checked:hover, .form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .form-item.email label input[type="checkbox"]:checked:hover {
    background-color: transparent !important;
}

 

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

  • 4 months later...
Posted

Hi @tuanphan Is there a way to change the text from "Sign up for news and updates" into something else? We want to change it into "Allow us to contact you to explore potential leasing opportunities in the future."

Hope you can help!

Posted
7 minutes ago, Miicherey said:

Hi @tuanphan Is there a way to change the text from "Sign up for news and updates" into something else? We want to change it into "Allow us to contact you to explore potential leasing opportunities in the future."

Hope you can help!

Can you share link to page where you use form? I just tested on my site & I can't find this text

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

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.