Architect Pro Contact Form 7 Placeholder Color

Home Forums All Other Themes Architect Pro Contact Form 7 Placeholder Color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #55729
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    Hi guys,

    I can’t seem to change the font color on the Contact Form 7 Placeholder. Can you tell me where I can change it or can you give me some Custom CSS to change it? It’s currently light grey on a white background and it’s hard to read. I want to change it to black.

    Thanks

    Derek

    #55750
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30703
    • Total: 30703
    Member since: August 16, 2013

    Hi Derek,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    ::-webkit-input-placeholder {
    color:#000000;
    }

    :-moz-placeholder { /* Firefox 18- */
    color:#000000;
    }

    ::-moz-placeholder { /* Firefox 19+ */
    color:#000000;
    }

    :-ms-input-placeholder {
    color:#000000;
    }

    Regards,
    Dave

    #55896
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    Perfect, thanks Dave

    #56037
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30703
    • Total: 30703
    Member since: August 16, 2013

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Architect Pro Contact Form 7 Placeholder Color’ is closed to new replies.