Hi Richard Zemore
Please add the below css code in the additional css box.
.widget .wp-block-search .wp-block-search__label {
background-color: #141414;
}
.widget:nth-child(2) .wp-block-heading {
background-color: #141414;
}
.widget:nth-child(3) .wp-block-heading {
background-color: #141414;
}
.widget .wp-block-search .wp-block-search__label:before {
border-left: 15px solid #141414;
}
.widget:nth-child(2) .wp-block-heading:before {
border-left: 15px solid #141414;
}
.widget:nth-child(3) .wp-block-heading:before {
border-left: 15px solid #141414;
}
input[type=”text”], input[type=”email”], input[type=”url”], input[type=”password”], input[type=”search”], input[type=”number”], input[type=”tel”], input[type=”range”], input[type=”date”], input[type=”month”], input[type=”week”], input[type=”time”], input[type=”datetime”], input[type=”datetime-local”], input[type=”color”], textarea {
color: #1f2024;
background: #41423b;
border: 1px solid #534d4d !important;
}
button, input[type=”button”], input[type=”submit”] {
background-color: #1c2120;
color: #ffffff;
}
label {
color: #ffffff;
}
.form-control {
background-color: #41423b;
}
.post-author-area {
background-color: #41423b;
}
.page-breadcrumb {
background-color: #41423b;
border: 1px solid #544e4e;
}
Thanks