Hello
How and where can I change the red star from required fields? I would like to have an other color that matched with the website🙂
Thanks for your help.
How and where can I change the red star from required fields? I would like to have an other color that matched with the website🙂
Thanks for your help.
Hello
Try: Add custom css to form with:
.ui.form .required.field > .checkbox::after {color:blue;}
Try: Add custom css to form with:
.ui.form .required.field > .checkbox::after {color:blue;}
that should work!
Thanks for your answer. Where and how do I have to insert the custom css code in the form?
ChronoForms7 -> Forms -> "Form" -> Views -> Custom -> CSS
Place it at the beginning of the form page.
Place it at the beginning of the form page.
Hi again
Thanks for your help. Unfortunately it didn't work (see screen shots)😟
https://mas.weblight.ch/1.jpg
https://mas.weblight.ch/2.jpg
What am I doing wrong?
Thanks for your help. Unfortunately it didn't work (see screen shots)😟
https://mas.weblight.ch/1.jpg
https://mas.weblight.ch/2.jpg
What am I doing wrong?
Try:
.ui.form .required.field > .checkbox::after, .ui.form .required.field > label::after, .ui.form .required.fields.grouped > label::after, .ui.form .required.fields:not(.grouped) > .field > .checkbox::after, .ui.form .required.fields:not(.grouped) > .field > label::after, .ui.form label.required::after { color:blue); }
.ui.form .required.field > .checkbox::after, .ui.form .required.field > label::after, .ui.form .required.fields.grouped > label::after, .ui.form .required.fields:not(.grouped) > .field > .checkbox::after, .ui.form .required.fields:not(.grouped) > .field > label::after, .ui.form label.required::after { color:blue); }
You need to login to be able to post a reply.