Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #97123
    Jim
    Participant

    Can the header search box and magnifying glass be disabled?

    #97127
    Mahesh
    Participant

    @griffith: Yes, it can be done.
    Hi Jim,

    1. Disable Search box:
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Header Right Sidebar Options and check Check to disable Header Right Sidebar option.

    2. Disable Magnifying glass:
    Go to Dashboard=> Appearance=> Customize=> Menu Options and check Check to disable search box in Primary Menu option.

    Regards,
    Mahesh

    #97131
    Jim
    Participant

    Thank you for #2, it worked great.

    But is there an option to disable the Search box WITHOUT disabling the Social Media icons?

    #97134
    Mahesh
    Participant

    @griffith: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #header-right-search {
        display: none;
    }

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove header search box?’ is closed to new replies.