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

Reply To: Settings Drop-down menu won't change color, it's transparent at the moment.

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.

#27507
Ernest MarcinkoErnest Marcinko
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;
}