[Resolved] Where do we customize search bar setting

Home Forums Support [Resolved] Where do we customize search bar setting

Home Forums Support Where do we customize search bar setting

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1146013
    john

    The search on the top right seems to open a box of the same color – where do I change the settings for search?

    #1146243
    Leo
    Staff
    Customer Support

    Hi there,

    Go to Customizer > Colors > Primary navigation and scroll to the bottom to the Navigation Search option.

    Let me know if this helps 🙂

    #1147088
    john

    That helped thanks. It creates search bar that is the whole with of the nav bar thus over writing the menu items. How to I reduce the width of the bar

    #1147235
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    @media (min-width: 769px) {
        .navigation-search.nav-search-active {
            left: 50%;
            width: auto;
        }
    }

    This will reduce the width to 50% on desktop. Increase the left: 50%; to make it smaller

    #1147293
    john

    Worked – thanks

    #1147298
    David
    Staff
    Customer Support

    You’re welcome

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