Hello
I have installed the Contact Form 7 plugin as recommended and using on my contact page. I need to increase the font size for the input text fields and also make the ‘send’ button bigger and different colour. Would you know the CSS code and where do I enter the CSS?
Thanks
The url is: http://tomsportsjourno.com/contact/
Also please can you give me the CSS for a space between the recaptcha and the the send button
Thank you
I thought the domain transfer had completed but it seems it hasn’t yet so the link above will probably go to the old site that doesn’t have the contact form. I will confirm when the domain transfer has completed so you can see the new contact page with the contact form
Hello
You can see the contact page now as the domain transfer has been completed. Thank you
Hi,
If this is what you need ( https://www.screencast.com/t/DOtgun13p ), then please copy this custom code:
.wpcf7-form input[type=submit] {
margin-top: 10px;
background-color: gray!Important;
width: 43.5%;
font-size: 18px;
}
.wpcf7-form input[type=submit]:hover {
background-color: lightgray!Important;
color: black;
}
.wpcf7-text, .wpcf7-textarea{
font-size: 18px!Important;
padding: 5px 10px!Important;
}
and paste it in Newspaper>Theme panel> Custom code> Costume css ( https://www.screencast.com/t/BNEMCWrf11 )
Thanks.