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

Reply To: COMPACT SEARCH BAR WIDTH ISSUE

#23078
Ernest MarcinkoErnest Marcinko
Keymaster

Hi Colin,

It looks like it’s only a black border/box shadow, check if the border and the box shadow of the settings icon is set to none: https://i.imgur.com/5ZKhpSV.png
Those should do the trick. If not, then use this custom CSS:

.prosettings {
    background: white  !important;
}

.prosettings svg {
    fill: black !important;
}