[Resolved] Search bar

Home Forums Support [Resolved] Search bar

Home Forums Support Search bar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1398844
    Jana

    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

    #1399046
    David
    Staff
    Customer Support

    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;
    }
    #1399909
    Jana

    Darn, can’t believe I missed that! Thanks for your help!

    #1400305
    David
    Staff
    Customer Support

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.