• Is it possible to remove the Magnifying Glass “Search Button” (and search function completely) in the 2014 Theme Template located in the Menu Bar area on the Upper Right??? I know it’s part of the 2014 Template and not part of the Menu options or connected to a Widget for the left sidebar or footer, because tutorials on YouTube for deleting the search BOX in those areas did not remove this Search function Button in the Menu Bar area below the Header. Therefore, if it’s possible to delete it by removing code, from what file is the code located in and which code needs to be deleted? I have searched www.remarpro.com, WordPress.com, Google, YouTube, Tech sites, all to no avail for an answer. Can anyone point me in the right direction on this? I’d greatly appreciate it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello, rather than removing code this could also be done with CSS. If you don’t have the WordPress Jetpack plugin installed, I would highly recommend it. By activating the custom CSS feature in Jetpack you can make CSS changes without touching your core files.

    With Jetpack installed, under Appearance->Edit CSS paste in the following:

    .search-toggle {
    	display: none;
    }
    Thread Starter JPClAdsWP

    (@jpcladswp)

    Thank so much Obi-wan-kenobi !!!! It worked beautifully !!!! ?? May the Force Be with You!!!!!!!!!!!!! ??

    Can you please explain more? This isn’t working for me…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Magnifying Glass on Menu Bar in 2014 Theme’ is closed to new replies.