The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    Removing the search bar from my homepage

    avatar
    Yous000
    Forumember


    Posts : 240
    Reputation : 4
    Language : English

    Solved Removing the search bar from my homepage

    Post by Yous000 27/6/2012, 22:02

    I currently have a search bar right under my login and logout button:

    Removing the search bar from my homepage 120627230008

    How can I just remove it? My users can just search with the search button I have up top so I want to remove that search bar.

    All replies and help are greatly appreciated.


    Last edited by Yous000 on 28/6/2012, 08:22; edited 1 time in total
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Removing the search bar from my homepage

    Post by Sanket 28/6/2012, 00:37

    Add this to your css & check.
    Code:
    #search-box {
        display: none !important;
    }
    avatar
    Yous000
    Forumember


    Posts : 240
    Reputation : 4
    Language : English

    Solved Re: Removing the search bar from my homepage

    Post by Yous000 28/6/2012, 08:22

    Sanket wrote:Add this to your css & check.
    Code:
    #search-box {
        display: none !important;
    }

    Thank you solved Smile
    Shadow
    Shadow
    Manager
    Manager


    Male Posts : 16208
    Reputation : 1832
    Language : French, English

    Solved Re: Removing the search bar from my homepage

    Post by Shadow 28/6/2012, 08:26

    Topic Solved & Locked

      Current date/time is 11/11/2024, 10:24