- This topic has 1 reply, 2 voices, and was last updated 8 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Contact form: reduce space area, change text weight & color
Hi,
on my interior design website http://www.industriadellegno.it/it/prodotti/ you can see that im using in all pages the contact form 7 plugin. I need to modify that contact form with some changes:
1. the title of the field must be white and not grey
2. the textual space under the title must reduce about 50% (not for last notes space)
3. the first title of the form must be more large (about 5 more?) actual the title is “MODULO RICHIESTA PREVENTIVI”
Please, if you can help me, see the indication on this screenshot http://imgur.com/a/P5pxD
thank you,
Mike
Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.wpcf7 form label { color:#fff !important;}
.wpcf7-form p { margin-bottom:5px;}
For large text kindly use title in strong tag:
Example: <label><strong>MODULO RICHIESTA PREVENTIVI</strong></label>
Regards,
Chris
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]