Kevin
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Hi @shawon001
That fixed the border fill, yet the box around the border is still a 1px green box:

Thanks so much! Here’s the current CSS code that I have:
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) { background: #ffffff !important; border: 1px solid #ffffff important; } .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) { background: #ffffff; !important }I’ve tried other similar iterations, as well as the original code snipped from WP forms:
.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) { background: #ffffff; !important }.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) { background: #ffffff; border: 1px solid #b4d39b; box-sizing: border-box; }
Viewing 2 replies - 1 through 2 (of 2 total)