Confirmation background is transparent
-
The background color for the confirmation message is set to transparent. I try to use custom css to change the color, but nothing impacts it.
This is what I’m using:
.wpforms-confirmation-container-full {
color: #ffffff;
background: rgba(50,50,50,0.8) !important;
}This is what shows up in the developer tool:
div.wpforms-confirmation-container-full {
color: inherit !important;
background: transparent !important;
background-image: initial !important;
background-position-x: initial !important;
background-position-y: initial !important;
background-size: initial !important;
background-repeat: initial !important;
background-attachment: initial !important;
background-origin: initial !important;
background-clip: initial !important;
background-color: transparent !important;
border: 1px solid #fff !important;
}The page I need help with: [log in to see the link]
The topic ‘Confirmation background is transparent’ is closed to new replies.