Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Other
How to increase the font size of contact form?
tjsajja
April 2017
in
Other
How to increase the font size of contact form?
The input text is rather small.
http://www.tistranslation.com/payment/
Comments
Bryan
April 2017
Use this css
.wpcf7 textarea, input,button {
font-size:20px !important;
}
tjsajja
April 2017
Thank so much.
tjsajja
April 2017
For newbies like me.
Go to Appearance > BeTheme Options > Custom CSS & Java > CSS
Then, insert the code.
.wpcf7 textarea, input,button {
font-size:20px !important;
}
Sign In
or
Register
to comment.
Comments