-
AuthorPosts
-
October 31, 2015 at 2:07 pm #647660
Hi,
Is it possible to change out the colors and fonts used by Contact Form 7? I need to change the font but more importantly the color of the field headings, background, and entered text. How can I do that?
It is the last slide, Contact Us.
October 31, 2015 at 10:06 pm #647887Hi there,
Thanks for writing in.
Sure, you can add this css at Admin > Appearance > Customizer > Custom > CSS with your preferred font and colors.
#rev_slider_4_1_wrapper .wpcf7-form { color: #fff; font-family: Arial; } #rev_slider_4_1_wrapper .wpcf7-form input { color: #0f0; background-color: #f0f; font-family: Arial; }
Hope this helps.
March 7, 2016 at 7:17 am #826856Please could you tell me how to make my form title text white please?
https://www.sussexchef.com/events/wedding-catering-in-sussex/wedding-canape-reseptions/Many thanks
Ben
March 7, 2016 at 8:14 am #826932Hi there,
Are you referring to ‘Priority Quote’ ?
Please update your code to :
<h2 class="h-custom-headline h3"><span style="color:#fff;">Priority Quote </span></h2>
Hope it helps.
-
AuthorPosts