Replies: 0
I am changing the website appearance to black, but I’m unable to change the background / border color of my WPforms. I’m looking for advice.
I’ve tried using different css codes, but none of them work. I’m a total noob on website building and this being my first website, I really can’t figure it out myself.
Thank you in advance
I’ve tried the following codes
/** WPFORMS WPFORMSLABEL **/
.wpforms-form {
background-color: #000000;
border-bottom-color: #000000;
border-color: #000000
}
.page .page-wrap .content-wrapper, .single .page-wrap .content-wrapper {
background: #000000;
}