Comments 15against4 started the conversationSeptember 29, 2020 at 3:01pmHi - the text in the Comments field and Contact forms is very small! How to increase the size? (see screenshots) 2,701PenciDesign repliedSeptember 30, 2020 at 2:51amHi,You can add more this code to Customize > Custom CSS to make it bigger: #respond textarea, .wpcf7 textarea, #respond input, .wpcf7 input, .widget_wysija input{ font-size: 14px; } Change value 14 to value as you want.Best Regards,PenciDesign 15against4 repliedSeptember 30, 2020 at 8:48amThat's great - thanks! A follow-up question: is it possible to make the border of the text box fields a bit smaller? 2,701PenciDesign repliedSeptember 30, 2020 at 9:26amHi,The borders here has the width is 1px and can't be make it smaller.Best Regards,PenciDesign 15against4 repliedSeptember 30, 2020 at 9:29amAre you sure? See screenshot: just checking we are talking about the same thing... 2,701PenciDesign repliedSeptember 30, 2020 at 9:59amHi, Of course, I'm sureCheck this image: http://prntscr.com/uqh9uoBest Regards,PenciDesign 15against4 repliedSeptember 30, 2020 at 10:00amOh sorry i think i'm using the wrong word - i mean the PADDING not the border! The GAP between the border and the text. Sorry!! 2,701PenciDesign repliedSeptember 30, 2020 at 10:48amHi,Ahh, ok. Please try add more this code to Customize > Custom CSS to do that: #respond input, #respond textarea{ padding: 10px 15px; } Change values 10 and 15 to values as you want for padding top bottom & left right.Best Regards,PenciDesign 15against4 repliedSeptember 30, 2020 at 11:03amGreat, thanks! Is it possible to make this work on my Contact form also? (see screenshot) 2,701PenciDesign repliedOctober 1, 2020 at 9:19amHi,Please replace the code I sent to this code to make it apply for contact form: #respond input, #respond textarea, .wpcf7 textarea, .wpcf7 input{ padding: 10px 15px; } Best Regards,PenciDesign 15against4 repliedOctober 1, 2020 at 2:26pmPerfect!! Thanks so much :) :) Sign in to reply ...
Hi - the text in the Comments field and Contact forms is very small! How to increase the size? (see screenshots)
Hi,
You can add more this code to Customize > Custom CSS to make it bigger:
Change value 14 to value as you want.
Best Regards,
PenciDesign
That's great - thanks! A follow-up question: is it possible to make the border of the text box fields a bit smaller?
Hi,
The borders here has the width is 1px and can't be make it smaller.
Best Regards,
PenciDesign
Are you sure? See screenshot: just checking we are talking about the same thing...
Hi,
Of course, I'm sureCheck this image: http://prntscr.com/uqh9uo
Best Regards,
PenciDesign
Oh sorry i think i'm using the wrong word - i mean the PADDING not the border! The GAP between the border and the text. Sorry!!
Hi,
Ahh, ok. Please try add more this code to Customize > Custom CSS to do that:
Change values 10 and 15 to values as you want for padding top bottom & left right.
Best Regards,
PenciDesign
Great, thanks! Is it possible to make this work on my Contact form also? (see screenshot)
Hi,
Please replace the code I sent to this code to make it apply for contact form:
Best Regards,
PenciDesign
Perfect!! Thanks so much :) :)