Forums

Remove red asterisk in V6

Pietervoo 26 Feb, 2020
Good day!

I'm trying to remove the red asterisk in required field labels using this Manual. However, the manual is dated 5 years ago, and I can't seem to get the steps done in v6.

I've tried adding this code to a custom CSS field in the design tab:
.chronoform .fa-asterisk {display: none !important;}
Am I missing something?

Pieter
healyhatman 26 Feb, 2020
.ui.form.required.field>label:after { display: none !important; }
Pietervoo 27 Feb, 2020
Hi!

Thanks for your reply! Unfortunately the code doesn't work.

Is there any other step apart from adding the code to the CSS field in the design tab that I should do?

Pieter
This topic is locked and no more replies can be posted.