Site logo

[Resolved] How to change the placeholder font size of Contact Form 7?

Home Forums Support [Resolved] How to change the placeholder font size of Contact Form 7?

Home Forums Support How to change the placeholder font size of Contact Form 7?

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

    Hi GP Team!

    How are you?

    I’d like to know how to change the placeholder font size of Contact Form 7?

    For example, when you scroll down to the footer, you will find a CF7 form with placeholder “Your Email *” and “Your Message *”. Is it possible to change these two text font size to “16”, which looks a little bigger.

    Thank you!

    #2493069
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    
    .wpcf7 :is(input, textarea)::placeholder {
        font-size: 16px;
    }
    #2493089
    yitegele

    Hi David!

    Perfectly solved!

    Cheers!

    #2493206
    David
    Staff
    Customer Support

    You’re welcome

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