Viewing 1 replies (of 1 total)
  • Hi @bastiaan1232

    This is a menu item. So you should be able to remove it by going to:

    WP Admin Dashboard -> Appearance -> Menus then select the menu that is located in the header and remove the FiboSearch menu item. See a screenshot: https://prnt.sc/hsGye9UypmVc

    If that won’t work for you use this CSS snippet to hide this icon:

    .dgwt-wcas-menu-bar-item {
        display: none !important;
    }

    Paste it into Appearance -> Customize -> Additional CSS. If you aren’t familiar with custom CSS, take a look at this video.

    Regards,
    Kris

Viewing 1 replies (of 1 total)
  • The topic ‘A search icon and a searchbar’ is closed to new replies.