Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #241026
    dr.haugom
    Participant

    Hello everyone, here is my page; http://www.drhaugom.com
    First; great theme! 🙂

    How would I go about removing the search icon in the upper right corner?

    Best regards!

    #241043
    Skandha
    Participant

    @dr-haugom: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #primary-search-wrapper #social-search-toggle, .mobile-social-search {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to remove search icon in upper right corner?’ is closed to new replies.