I am using ninjaforms and for required fields it uses a style that is being over ridden by Enfold theme. Is there someway I can disable the enfold theme styling so the stars will be red?
Rob
Hey energykick,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.ninja-forms-form-wrap strong {
color:#ff0000!important;
}
Best regards,
Vinay
Beautiful, works great. Thanks!
Hi,
Glad to hear it worked! Feel free to reach out to us again on the forum if there is anything else you need assistance with.
Best regards,
Jordan