Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #655534

    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

    #655615

    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

    #655945

    Beautiful, works great. Thanks!

    #656023

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold overriding css style, can't find style’ is closed to new replies.