Okay
  Public Ticket #1504575
How to remove the Search button?
Closed

Comments

  • Carlos Victorio started the conversation

    Please, I need help to remove the search button.

    In the attachment you have the image with the button that I want to delete.


  •  1,629
    Andrey replied

    Hello, Carlos Victorio!

    To hide search button form menu, please add this code in additional CSS:

    .fa-search:before {
        content: "\f002";
        display: none;
    }

    Then click "Publish" button. You will receive this result: http://nimb.ws/1M6VQS

    If you have additional questions – please ask us. 

    Best Regards!




  • Carlos Victorio replied

    Tks a lot!

  •  1,629
    Andrey replied

    We are glad to help you!