websitebuilder12345 Posted December 14, 2023 Share Posted December 14, 2023 (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! Edited December 14, 2023 by websitebuilder12345 Additional information Link to comment
tuanphan Posted December 16, 2023 Share Posted December 16, 2023 Can you share link to page where you use form? 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
websitebuilder12345 Posted December 18, 2023 Author Share Posted December 18, 2023 Hi @tuanphan, thank you for you reply. The footer appears sitewide: https://www.singingwithnightingales.co.uk/ Link to comment
tuanphan Posted December 19, 2023 Share Posted December 19, 2023 On 12/18/2023 at 1:05 PM, websitebuilder12345 said: Hi @tuanphan, thank you for you reply. The footer appears sitewide: https://www.singingwithnightingales.co.uk/ You mean checkbox red icon or checkbox background? 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
websitebuilder12345 Posted December 20, 2023 Author Share Posted December 20, 2023 On 12/19/2023 at 7:11 PM, tuanphan said: You mean checkbox red icon or checkbox background? Checkbox icon #EBDEC4 No background No styling on hover Thanks! Link to comment
Solution tuanphan Posted December 22, 2023 Solution Share Posted December 22, 2023 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!) Link to comment
websitebuilder12345 Posted December 22, 2023 Author Share Posted December 22, 2023 @tuanphan Thank you ever so much! Link to comment
Miicherey Posted May 21 Share Posted May 21 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! Link to comment
tuanphan Posted May 21 Share Posted May 21 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!) 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