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

Reply To: Customise Menu Search Bar

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