• How to remove search box in WordPress (https://prnt.sc/26gy9we – Marked red color line area need to remove)? After I clicked search icon Full screen search need be appeared without search box (red color marked area). I use full screen plugin for full screen search box.

    Can you tell me how to do that using customization or which code should I need to edit in News Portal using theme editor or FTP?

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @gayansilva994

    Please add the following code in additional CSS box in customizer:

    .np-header-search-wrapper .search-form-main {
    	display: none;
    }

    Thanks ??

    Thread Starter gayansilva994

    (@gayansilva994)

    What I asked above is fine, the search form is gone. But It didn’t work as I wished. After I clicked the search icon nothing happened?(full screen search won’t appear, earlier appeared because,?first I clicked search icon; secondly,? inside the search form. Now I only have one click because that’s what I asked).
    I’m using this plugin (https://www.ads-software.com/plugins/full-screen-morphing-search/) for full screen search.
    Should I need to change something here? Can you please tell me the code which I need to add this plugin?

    Thanks in advance!

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @gayansilva994

    You can contact plugin author for this because this is plugin related task and they will guide you to activate the search feature that you are looking for.

    We have used the default WordPress search on our theme so we have provide you code to disable that. If plugin author provide some guide for you to insert the php code on theme then we can provide you file details to add that code.

    Thanks ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Search Form’ is closed to new replies.