[Resolved] How to get rid off search icon

Home Forums Support [Resolved] How to get rid off search icon

Home Forums Support How to get rid off search icon

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1671196
    Karsten

    Hi friends, here is my website.

    Please give me CSS in order to not show the search icon AFTER clicking on the menu. The search box I would like to keep. Thank you

    #1671362
    Elvin
    Staff
    Customer Support

    Hi there,

    I’m not exactly sure I understand which icon you’re pertaining to.

    Are you pertaining to the mobile icon here? https://share.getcloudapp.com/eDu8nW8A

    If you want to hide this, add this CSS:

    button.search-submit {
        display: none;
    }
    #1674707
    Karsten

    Thank you, Elvin.

    This is what I needed.

    Best, Karsten

    #1676577
    Elvin
    Staff
    Customer Support

    Nice one. No problem. 😀

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