As suggested in previous posts, I tried this in my child theme’s custom CSS, both with and without the “!important” indicator…
.yks-required-label {
display: none;
}
…but it does not get rid of the red asterisk.
The child’s custom css form has worked well with other things I’ve added to it.
The label I wrote for the form field already says “Email Address (required)” so there is no need for the form to add anything else.
While the not-needed red asterisk is only an insignificant blemish on a computer screen, on my cell phone (and probably others) the asterisk is a bigger problem because the asterisk consumes a whole line of space for itself. It looks strange and wastes real estate, so it would be nice to get rid of it.
Hope you can help, possibly by adding a switch in the next version.