Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Customise Menu Search Bar › Reply To: Customise Menu Search Bar
February 26, 2024 at 2:33 pm
#47083
Keymaster
Sure!
Can you please also check the overall box background: https://i.imgur.com/2rBdI4L.png
That is behind the icons, so that could explain the color.
For the alignment, try aligning all the menu items to the middle, as right now everything is on the baseline:
.header-nav li {
vertical-align: middle;
}