• Please tell me it is possible to remove the Magnifying glass search function from the main header.?!

    That would be great

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter chewbears

    (@chewbears)

    .menu-item-search-icon {
    display: none;
    }

    Mad and I did the following.
    Please let me know if in your PHP you hid this and allowed ppl to modify.

    Theme Author MageeWP

    (@magictheme)

    Add the codes below to your custom css

    li.menu-item.menu-item-search-icon {
    display: none!important;
    }

    If still not work, you could delete the search codes in the header.php

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Main Menu Search’ is closed to new replies.