Hey there!
What CSS code to add to make the placeholder font of the contact us form smaller?
Also, how can I make the form itself smaller in size?
theme I’m using: Rise
@Eric-HAN it didn’t work it says: “contact-form” does not appear to be used in this section. Try a different selector.
could you tell which theme you are using? or could you share you store url?
theme I’m using is Rise
here’s the link theriwayah.com
try this.
.contact #ContactForm {
xxxxx
}
Please add this code to Custom CSS of the contact form
.field__label {
font-size: 1.2rem;
}
Dan from Ryviu: Product Reviews App
thank you @Dan-From-Ryviu