I install 2 plugins to get e-mail before downlod: email
before download and download monitor. They work with a contact-form-7
perfectly.
I'd try to change the layout from page above (form), but the colors obey the theme. I searched about CSS to contact-form-7, but inside the theme I couldn't change anything. I want to change fields form's background and borders.
I didn\'t insert the contact-form module, but the shortcode merging the form and the document code to download. This combination generated by donwload before email plugin created the form.
Exemple: [email-download download_id=\"X\" contact_form_id=\"Y\"] this shortcode insert a form into the post or download page. I couldn\'t change the layout only in this case, because I couldn\'t find the css code to do this or other way.
Using a form module I change all the things with no problem.
Hello,
I install 2 plugins to get e-mail before downlod: email before download and download monitor. They work with a contact-form-7 perfectly.
I'd try to change the layout from page above (form), but the colors obey the theme. I searched about CSS to contact-form-7, but inside the theme I couldn't change anything. I want to change fields form's background and borders.
Could you help me?
Thanks,
Eunice Vitiello
Hello Eunice,
Go edit the page that use the contact form module, then edit the contact form module, you should be able to change all the colors from the module.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hello,
I didn\'t insert the contact-form module, but the shortcode merging the form and the document code to download. This combination generated by donwload before email plugin created the form.
Exemple: [email-download download_id=\"X\" contact_form_id=\"Y\"] this shortcode insert a form into the post or download page. I couldn\'t change the layout only in this case, because I couldn\'t find the css code to do this or other way.
Using a form module I change all the things with no problem.
Is it possible change this kind of thing?
Regards,
Eunice Vitiello
Hello Eunice,
If you want to change the border and background color of the field you can add this custom css ( thefox > styling options ) :
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=password], .wpcf7-form textarea { background:#000000; border:1px solid #000000; }
Change the color code to the color you want to use.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme