Site logo

Archived topic

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

3 replies · Started by yitegele on January 12, 2023

Viewing posts 1–4 of 4

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!

Hi there,

try this CSS:


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

Hi David!

Perfectly solved!

Cheers!

You're welcome

This archived topic is closed to new replies.