Modify confirmation box
-
Greetings WP Forms,
Please let me know if there is a proper way to change the appearance of the confirmation box. I would like a light grey background and 2 pixel black border – this better suits the look of my site. I put the following in my theme options css section, but no joy …
.wpforms-confirmation-container-full {
color: #333;
margin: 0 0 24px 0;
background: #f1f1f1;
border: 2px solid #000000;
padding: 15px 15px;
}I can change wpforms-full.css directly, and it works, but of course gets undone w. every update.
The page I need help with: [log in to see the link]
The topic ‘Modify confirmation box’ is closed to new replies.