• Resolved 678sherell

    (@678sherell)


    Can someone please help me get rid of the search box? It is not active as a widget. I have tried using a few css codes but nothing helps.
    Thank you!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you get this figured out? I don’t see a search box on the site on a few of the random pages that I visited.

    Theme Author WebMan Design | Oliver Juhas

    (@webmandesign)

    Hi,

    I can see you get rid of the search form by now, however, I think you might have edited theme core files. Please never edit theme files. If you need to override theme’s functionality, please use a child theme.

    To hide a search form you can use a custom CSS:

    .main-navigation-container .menu-search {
      display: none;
    }

    For faster support turnaround please use the official support forum at https://support.webmandesign.eu/

    Regards,

    Oliver

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Search Box from Modern Theme’ is closed to new replies.