Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #127404
    puffhead
    Participant

    Hi there! I’m looking to remove the search function from the header bar of my website, and I was wondering what code I need to edit to accomplish this.

    Screenshot:

    https://i.imgur.com/AGgBTqN.png

    #127425
    tikaram
    Keymaster

    @puffhead : Go to Appearance => Customize => Additional css and add the additional css.

    .nav-primary #search-toggle {
    	display: none;
    }

    Let me know if you need any further assistance.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Removing Search function from header’ is closed to new replies.