Tagged: administrator, help, homepage, menu, support
-
AuthorPosts
-
September 16, 2015 at 8:29 am #503848
I would like to remove the search icon from my main menu.
How do i do that?
September 16, 2015 at 10:02 am #503889Hi elliotstiller!
Please go to Enfold theme options > Header > Extra Elements and uncheck “Append search icon to main menu” :)
Cheers!
YigitJanuary 6, 2018 at 12:47 am #893908So this info must have changed… there is no where to uncheck “Append search icon..” Help I need it gone!
January 6, 2018 at 3:21 am #893943Go to Enfold theme options -> Main Menu -> General and uncheck “Append search icon to main menu”
John
January 6, 2018 at 6:47 am #893964July 22, 2019 at 11:34 am #1120809Hello.
Sorry that I have to revive this quite old corpse but unfortunately the simple unchecking of “Append search icon to main menu” had no effect and the search icon was still present left from my main menu.
I got rid of it by the CSS I found in this thread but is there any clue, why the checkbox didn’t do its thing?
Also the CSS didn’t work if used in the Quick-CSS-Section. I had to paste is inside my style.css to get it done.Thanks for any ideas.
July 22, 2019 at 4:12 pm #1120916Hi,
Where can we see the issue? Please provide the actual link to the page. Are you toggling the File Compression settings after adding the code?
Best regards,
IsmaelJuly 24, 2019 at 11:41 am #1121483Hello Ismael,
thank you for your quick response and sorry that it took me two days to respond. This time I’ll check the “Notify me…”-Box.
Actualy there is no page left on my Website that still has the search-icon present.
As mentioned implementing
#menu-item-search { display: none; }
into my style.css-file worked well.
To your Question – nope, i didn’t changed anything on the File Compression settings neither before or after adding the Code to the Quick-CSS-Box. It was activated as it is by default.
Best regards
July 24, 2019 at 12:49 pm #1121520Hi sickofthisall,
Does this resolve your issue or do you need more help?
Best regards,
VictoriaJuly 24, 2019 at 2:39 pm #1121551Hey Victoria,
the problem is solved. Thank you for asking.
It was merely just for better understanding of the Quick-CSS-Box and the system behind the checkbox “Append search icon to main menu” and why it, in my case, won’t work without implementing custom CSS.
I guess the activated compression could be a reason why the CSS didn’t work using the Quick-CSS option. If I got some more time I will try to rebiuld my process and start all over again with first deactivating the compression an reactivating it after im done with the CSS.
Best regards,
HeikoJuly 24, 2019 at 3:51 pm #1121595Hi Heiko,
While you’re working on the website you need to disable caching and compression. When you’re happy with the results of your changes you can activate those settings again.
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaNovember 29, 2019 at 4:57 pm #1161263menu-item-search {
display: none;
}This works on desktop version but the search icon is still visible on mobile devices.
Can you offer a fix pls?December 2, 2019 at 4:59 am #1161718Hi magpie6,
Please try this instead:
#menu-item-search { display: none !important; }
Best regards,
RikardDecember 2, 2019 at 11:27 am #1161799Perfect. Thank you.
March 16, 2020 at 11:27 pm #1193672I cannot remove the search icon. I unchecked “append search icon” Right now it is hovering over the WOOCOMMERCE shopping cart. I would love to move the shopping cart as well.
March 17, 2020 at 12:00 am #1193675Hey donnakaz,
Add this to quick css:
#menu-item-search{ display:none!important; }
Best regards,
Jordan ShannonMarch 17, 2020 at 12:19 am #1193693Thanks Jordan…but do I add this under themes “additional CSS’? Otherwise I don’t know where to add it.
March 17, 2020 at 12:22 am #1193695Tried to add in “addtional CSS in theme didn’t work. Where is “quick css located? Thank you.
March 17, 2020 at 12:24 am #1193697Tried quick CSS in general styling tab of ENFOLD and it didn’t work there either.
March 17, 2020 at 12:26 am #1193698Hi,
Did you clear the cache a few times over? Provide a screenshot of what you need removed.
Best regards,
Jordan ShannonMarch 17, 2020 at 6:03 pm #1193871the upper right hand corner still has the search icon. I am trying to get a screenshot to attach. DK
…March 17, 2020 at 11:02 pm #1193924March 18, 2020 at 12:40 am #1193958Thanks – it worked!
March 18, 2020 at 6:46 am #1194038Hi donnakaz,
Let us know if you need further assistance.
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.