• Hello. I’d like to know how to suppress/remove the search field in the upper right hand corer of the theme. I’ve tried going to appearance and removing the widget but that doesn’t seem to be working.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @bshawn112,

    To remove the search field in the upper right-hand corner, please add below custom CSS via Dashboard > Appearance > Customize > Additional CSS.

    .site-header .search-form {
        display: none;
    }

    Let me know if that didn’t work.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove search field’ is closed to new replies.