Home Forums WoodMart support forum How to change the background color of the notice when you submit contact form?

How to change the background color of the notice when you submit contact form?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #275907

    rebeccaL
    Participant

    I’ve try and change it from Theme Option > Styles and Colors > Notice , but it doesn’t reflected.

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

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wpcf7 form.sent .wpcf7-response-output {
        background: red;
    }

    Best Regards

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