Home Forums WoodMart support forum contact form error notice different style and color from the rest of the site

contact form error notice different style and color from the rest of the site

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #247305

    BertranddesmetsWM
    Participant

    Hi,

    the notice that you see on the screenshot is the only one to have a different color(1). The rest of site is set correctly*

    thanks for checking.
    Kind regards,

    #247332

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, div.wpcf7-mail-sent-ng, div.wpcf7-validation-errors {
    	background-color: #D3BAB1;
    }

    Regards

    #248120

    BertranddesmetsWM
    Participant

    Hi,

    Thanks for the CSS.
    I have tried and it works perfectly for failed forms but it is not working for valid forms. (screenshot attached).

    Thanks for checking.

    Attachments:
    You must be logged in to view attached files.
    #248170

    Hello,

    Your site is under construction, please provide site admin access.

    Best Regards

    #248208

    BertranddesmetsWM
    Participant

    Hi,

    Sorry for the inconvenience. I deactivated the maintenance mode.
    You can use the form on the contact page (link in the private area)

    Thanks again!
    Kind regards,

    #248210

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wpcf7 form.sent .wpcf7-response-output{
    	background-color: #D3BAB1;
    }

    The notice should look like this: https://prnt.sc/vwleek

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)