Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #317973
    Xena
    Participant

    Hello,

    How do I remove the search option in the header?

    Thank you

    #317977
    tikaram
    Keymaster

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

    #primary-search-wrapper {
        display: none;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #317984
    Xena
    Participant

    Thank you, that worked perfectly for the website, but not for the responsive version.
    Which additional css can I add for the mobile version?

     

    #317997
    tikaram
    Keymaster

    @xena :  Please add the following additional css and let me know if this works as desired or not.

    .mobile-social-search {
      display: none;
    }

    Regards,
    Tikaram

    #318058
    Xena
    Participant

    Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove search option in header’ is closed to new replies.