Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search broken › Reply To: Search broken
August 4, 2021 at 9:18 am
#34154
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.