mbockmaster Posted October 16 Share Posted October 16 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? Link to comment
tuanphan Posted October 19 Share Posted October 19 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
mbockmaster Posted October 19 Author Share Posted October 19 Hi @tuanphan! It's this page: https://fife-sunflower-68mk.squarespace.com/appointment-enquiry (pw: elipsis) Link to comment
Solution Web_Solutions Posted October 19 Solution Share Posted October 19 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 } mbockmaster, tuanphan 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. Link to comment
mbockmaster Posted October 19 Author Share Posted October 19 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! 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