Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Settings Drop-down menu won't change color, it's transparent at the moment. › Reply To: Settings Drop-down menu won't change color, it's transparent at the moment.
May 22, 2020 at 3:13 pm
#27507
Keymaster
Hi!
In block mode, the background and some other stylings are inherent to the theme or parent elements, in that case transparent.
The easiest way to override that is by using this custom CSS:
.asp_sb_1 {
background: white !important;
}