Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #647660

    dlorenty
    Participant

    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?

    http://dfdarch.com/dfdarchv2/

    It is the last slide, Contact Us.

    #647887

    Rad
    Moderator

    Hi 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.

    #826856

    Ben Horle
    Participant

    Please 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

    #826932

    Christopher
    Moderator

    Hi 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.