Hi, we cannot remove the search button in the header next to the menu. I have read all threats in the forum and via google, but if I am in the wordpress dashboard, I cannot find the option to remove the search button.
I have checked menu options and strange enough I cannot find the header-option anymore.
It seems like there are no advanced theme options etc any longer.
Can you recommend how els it is possible to remove the search icon?
I have updated the PHP to 7.4 today as well, hoping that the options could be shown.
Thank you!
Kind regards, Vada
Hey Vada,
Add this to quick css:
#menu-item-search{
display:none!important;
}
Best regards,
Jordan Shannon
Hi,
If it doesn’t work be sure to clear your cache a few times over. Also, make sure the code is at the top of quick css so it runs first.
Best regards,
Jordan Shannon