background color of confirmation messages
-
Hello! I need to customize the background color of the confirmation messages. I added this code to the site
.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) { background: #e0ffc7; border: 1px solid #b4d39b; box-sizing: border-box; } .
But the background changed only in the mobile version. After that I added !important, but there is no change.
.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) { background: #ffffff !important; border: 1px solid #000000 !important; box-sizing: border-box; }
What else can I do? Thank you.
- You must be logged in to reply to this topic.