Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #314312
    santu009m
    Participant

    How do I remove the search icon (magnifier) from the menu bar.

    Thanks,

    Santosh

    #314324
    tikaram
    Keymaster

    @santu009m : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css.

    #search-toggle {
      display:none;
    }

    Regards,
    Tikaram

    #314361
    santu009m
    Participant

    Thank You Very Much

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove search icon from menu bar.’ is closed to new replies.