This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Search broken

#34154
Ernest MarcinkoErnest Marcinko
Keymaster

Sure!

By default, in block layout the colors are inherited from the the theme stylesheets. You can use these custom CSS to change the background color as well as the label colors:

.asp_sb {
    background: white !important;
}

.asp_sb fieldset .asp_label,
.asp_sb fieldset .asp_option_label {
    color: black;
}

Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.