Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Nuanced Media

    (@nuanced-media)

    The text color of this message is not an option natively built into the option dashboard, however, it is easily modified with a few lines of css.

    
    <style>
    .rr_succesful {
          color: #someOtherColor;
    }
    </style>
    

    Adding the contents of this to your theme styles or simply dropping this inline stylesheet onto the page where your form lives will achieve your desired effect.

    Cheers,
    Charlie Maxwell
    [NM_Developer]

    Thread Starter BrandonMcBride

    (@brandonmcbride)

    Thank you. Unfortunately, it doesn’t seem to be working for me. I’ve tried it inline and in various places throughout the CSS file, but I’m not sure if I’ve found where it needs to go to be effective.

    Plugin Contributor Nuanced Media

    (@nuanced-media)

    If you want to make me a temporary admin account and password, I’d be happy to take a looka and get it working for you. If you’d like to do this, you can send the credentials to plugins@nuancedmedia.com.

    Cheers,
    Charlie Maxwell
    [NM_Developer]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change color of “Submitted for Approval” text?’ is closed to new replies.