[Resolved] Search Bar Customization

Home Forums Support [Resolved] Search Bar Customization

Home Forums Support Search Bar Customization

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1966346
    Andrew

    Hello, my apologies I have asked this before, but can’t find the response. Is it possible to make the search form resemble something similiar to the link below? Possibly with some placeholder text?

    #1966450
    Ying
    Staff
    Customer Support

    Hi Andrew,

    Give this CSS a try for the style:

    @media (min-width: 1241px) {
        form.search-form.navigation-search.nav-search-active {
            background-color: #ffffff;
            width: 325px;
            margin-left: auto;
            border: 1px dotted #000000;
            margin-right: 56px;
        }
    }

    To add placeholder text, this should be helpful:
    https://docs.generatepress.com/article/generate_navigation_search_output/#add-a-placeholder

    Let me know ๐Ÿ™‚

    #1966639
    Andrew

    Worked great!

    #1966672
    Ying
    Staff
    Customer Support

    You are welcome ๐Ÿ™‚

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