Contact Form 7

Posted in: Newspaper
Post count: 7

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

Post count: 35449

Hi EPICsm,

Please provide your url for a better inspection, in this way I will be able to give you the proper css.

Thanks.

Post count: 7

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

Post count: 7

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

Post count: 35449

Hi EPICsm,

No problem, I’ll wait for your.

Post count: 7

Hello

You can see the contact page now as the domain transfer has been completed. Thank you

http://tomsportsjourno.com/contact/

Post count: 35449

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.

Post count: 7

Thats perfect! Many thanks for your help and again for an awesome theme

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.