Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #59437
    Lander22
    Member

    Hi,

    I would like to remove the search bar in the top of the page.

    My web is this, anyone can help me pls? 🙂

    Thanks in advance.

    #59438
    Lander22
    Member

    this is the url http://thebetwinner.com/

    #59466
    Sakin
    Keymaster

    @Lander22: try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #sidebar-header-right {
        display: none;
    }
    #59655
    Lander22
    Member

    Thanks Sakin!!

    It worked but partially, because it still appears a white row in the top of the page.

    http://thebetwinner.com/

    How can I erase this space too?

    Thanks in advance! 🙂

    #59674
    Sakin
    Keymaster

    @Lander22: Ok for that you can add the following css:
    #header-content { padding: 0; }

    #59714
    Lander22
    Member

    love u man

    THANKS

    #61601
    barbyma31
    Participant

    Hi Sakin:
    I added
    #sidebar-header-right {display: none;} and #header-content { padding: 0;}
    but
    #sidebar-header-right {display: none;} hide header social links.

    How i can to change it?

    My site: http://www.osandnet.com

    Regards,

    Bárbara.

    #61603
    barbyma31
    Participant

    Hi:
    If add
    #searchform input#s {display: none;} widgets search is hidden.

    Regards,

    Bárbara.

    #61615
    Sakin
    Keymaster

    @barbyma31: Sorry I don’t get it what are you trying to do it.

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