Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Background Color for Settings › Reply To: Background Color for Settings
August 10, 2020 at 10:01 am
#28860
Keymaster
Hi!
In block layout mode, simetimes the theme or page builder styling may override the coloring. This custom CSS should help you with that:
.asp_sb {
background: white !important;
}