Help with a text color?

Support Area Forums Epic Help with a text color?

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #14564
    Shari Sullivan
    Participant

    Hi Bill,

    I just finished (nearly) a very inexpensive site for a local photography group. Underbid, of course. All was fine until they wanted a form. I installed the jetpack form, but cannot for the life of me figure out where to change the font color for it. I don’t know if this is outside your consulting range, but HELP! Since it’s a plugin issue, I’d be happy to figure it out if you just point me to what html is controlling the color in the VERY dark font that titles the form fields. I can write the CSS myself.

    Page is here http://sullivantestsite.biz/contact-us/

    Thank you for any suggestions you have,
    Shari

    #14569
    Bill Robbins
    Moderator

    Shari,

    Having dark field labels on a dark background won’t do. Here’s how you can change those:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      label.grunion-field-label {
      	color: #fff;
      }
      
    3. Update your settings.

    That will make them white. If you'd like to use a different color, just replace the #fff with the hex color code you'd like to use and that should do it.

    If you run into any trouble, let me know,
    Bill

    #14576
    Shari Sullivan
    Participant

    That’s exactly what I needed! Thank you. grunion-field-label wasn’t immediately apparent to me 🙂

    #14578
    Bill Robbins
    Moderator

    Glad that worked out for you Shari. If you need anything else, just let me know.

    Thanks,
    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Help with a text color?’ is closed to new replies.