Archived topic
Search bar
3 replies · Started by Jana on August 12, 2020
When I enable the navigation search in the primary menu, it has the question mark but when I use it - it doesn't work and it turns into a red X. Thanks, Jana
Hi there,
by default the Search floats over the Navigation - if you set its colors in Customizer > Colors > Priamry Nav and give it background color you should see it.
You can also add this CSS if you want to move the search field below the nav and keep it the width of the Nav:
.navigation-search {
top: 100%;
max-width: 1200px;
margin: auto;
}
Darn, can't believe I missed that! Thanks for your help!
It is really rather easy to miss when the nav is transparent We are hoping to make a little more obvious in future updates.
You're welcome