Customizing Confirmation Box with CSS not doing anything
-
I’ve been trying to make a specific WPForm confirmation box more visible on the top of the background image with CSS:
#wpform-119 div.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) { color: #333 !important; margin: 0 0 24px 0 !important; background: #e0ffc7 !important; border: 1px solid #b4d39b !important; padding: 15px 15px !important; }I also tried:
#wpform-119 .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) { color: #333 !important; margin: 0 0 24px 0 !important; background: #e0ffc7 !important; border: 1px solid #b4d39b !important; padding: 15px 15px !important; }Or just:
#wpform-119 .wpforms-confirmation-container-full { color: #333 !important; margin: 0 0 24px 0 !important; background: #e0ffc7 !important; border: 1px solid #b4d39b !important; padding: 15px 15px !important; }But still it didn’t work. The box didn’t change at all and is hardly visible at all. What am I doing wrong please?
I’m using W ordPress 6.2 and Astra Child Theme.
I used the help from Changing the Background Colour of the Confirmation Box | ww.wp.xz.cn
And Styling WPForms With Custom CSS (Beginner’s Guide)
Thanks so much in advance!!
The page I need help with: [log in to see the link]
The topic ‘Customizing Confirmation Box with CSS not doing anything’ is closed to new replies.