badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Changing contact form font color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5939
    hepburn
    Participant

    Hi Theme Horse,

    I’m trying to change the font-color of contact form input for http://www.captainscreek.com/contact/. I need to keep the rest of the content-font-color white, but white isn’t a suitable color-option for an identically colored content field.

    I’m not great at coding, though I did poke around in the css (no luck). Another less desirable option would be to change the color of the contact input field (not sure how to do this either).

    Thanks for your help,
    Will

    #5942
    Rabin Shrestha
    Participant

    Hi Will,

    You can paste the CSS below in your Custom CSS box in theme options panel

    .wpcf7-form p {
    color: #FF0000;
    }

    You can change the color code as you like.

    Rabin

    #6080
    hepburn
    Participant

    Hi Rabin,

    Thanks for looking into this issue. I’m actually looking to change the color of text that appears as you type into a contact form field, not the text above the fields.

    Thank you,
    Will

    #6138
    Rabin Shrestha
    Participant

    Ok then try this CSS

    .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
        color: #FF0000;
    }

    Rabin

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.