Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1260420

    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

    #1260511

    Hey Vada,

    Add this to quick css:

    #menu-item-search{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1260512

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.