mbockmaster Posted October 16, 2023 Posted October 16, 2023 Hello, With the form update, I've lost the ability to change my radio button and checkbox colour. I've found the correct selectors, but my CSS is being overridden (even when I add !important). Any idea how to correct?
tuanphan Posted October 19, 2023 Posted October 19, 2023 You will need to add some class to current class to override it, or use js code to remove SS code Can you share link to page in screenshot? 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!)
mbockmaster Posted October 19, 2023 Author Posted October 19, 2023 Hi @tuanphan! It's this page: https://fife-sunflower-68mk.squarespace.com/appointment-enquiry (pw: elipsis)
Solution Web_Solutions Posted October 19, 2023 Solution Posted October 19, 2023 11 minutes ago, mbockmaster said: Hi @tuanphan! It's this page: https://fife-sunflower-68mk.squarespace.com/appointment-enquiry (pw: elipsis) Replace your code with the code below html body.form-field-radio-type-icon.form-field-radio-fill-solid.form-field-radio-color-normal .sqs-block-form .form-item.radio label input[type="radio"]:checked~.radio-mark::after { background-color: var(--sage) !important } tuanphan, mbockmaster and Ainul 2 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
mbockmaster Posted October 19, 2023 Author Posted October 19, 2023 21 minutes ago, Web_Solutions said: Replace your code with the code below html body.form-field-radio-type-icon.form-field-radio-fill-solid.form-field-radio-color-normal .sqs-block-form .form-item.radio label input[type="radio"]:checked~.radio-mark::after { background-color: var(--sage) !important } Thank you SO much! I was able to update this to apply to my check boxes as well. I really appreciate your help!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment