• Hi Roman,

    Would you mind taking another look at businessowl.uk – I have used Contact Form 7 but for some reason there is no text above the boxes to say what information is required – do you know why this information hasn’t pulled through? Also I need to change the colour of the send button but I can’t locate where to do this?

    Thanks very much in advance,
    Jen

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Jen,

    Please try to use the following CSS code.

    You can add CSS code in DashboardAppearanceCustomizeAdditional CSS (WordPress 4.7 and up). Also you can add CSS code directly to style.css file of your child theme.

    form.wpcf7-form {
        color: #444;
    }
    
    input.wpcf7-form-control.wpcf7-submit {
        background-color: #a3195b;
        box-shadow: none;
    }

    Kind Regards, Roman.

    Thread Starter jennifer1979

    (@jennifer1979)

    Perfect!

    Thank you,
    Jen

    You are welcome Jen! ??

    Kind Regards, Roman.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Contact Form 7 not showing the info required’ is closed to new replies.