Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › COMPACT SEARCH BAR WIDTH ISSUE › Reply To: COMPACT SEARCH BAR WIDTH ISSUE
June 10, 2019 at 11:38 am
#23078
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;
}