[Resolved] how to add search icon

Home Forums Support [Resolved] how to add search icon

Home Forums Support how to add search icon

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1030793
    olusegun

    i want to add search icon to my header area that displays search box when the icon is clicked

    #1030810
    Leo
    Staff
    Customer Support

    Hi there,

    This should help:
    https://docs.generatepress.com/article/navigation-search/

    Let me know 🙂

    #1030934
    olusegun

    yes it did and i have activated it but i dont like the fact it create a transparent layer throughout the header, i want it in a drop down just below the header with a smaller block

    #1031092
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .navigation-search {
        top: 100%;
    }
    @media (min-width: 1024px) {
        .navigation-search {
            width: 50%;
            left: 50% !important;
        }
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.