• Resolved willmorcos

    (@willmorcos)


    Hello

    After completing the contact form and pressing submit a pale green box appears with text saying – Thanks for contacting us! We will be in touch with you shortly (in grey).

    How do I change the pale green box to white?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, willmorcos

    Thanks for contacting us!

    To change the pale green box to white, Go to Appearance >> Customize >> Additional CSS and add the given below custom CSS code:

    .wpforms-confirmation-container-full{
    	background: #ffffff !important;
    	border: 1px solid #ffffff;
    }
    .wpforms-confirmation-container-full p:last-of-type{
    	color: #000 !important;
    }

    I hope it will work for you!

    Thanks
    Rishabh

    Thread Starter willmorcos

    (@willmorcos)

    That worked – I have Simple CSS tool and entered it there.
    Thank you very much.

    Glad to help you!

    If you like our Theme & Support, kindly rate us HERE.

    Thanks
    Rishabh

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Green box Contact Form’ is closed to new replies.