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 search box

    avatar
    Ehlak
    New Member


    Posts : 5
    Reputation : 2
    Language : English

    Solved Removing search box

    Post by Ehlak December 24th 2011, 8:08 pm

    Hey,
    I'm looking to remove the search box in this picture:
    Removing search box Z0LCn

    I managed to remove the search box on the front page with the following code:
    Code:
    .navbar #search-box {
    display : none;
    }

    I take it there's a similar code for this search box aswell?

    Thanks in advance.
    avatar
    Guest
    Guest


    Solved Re: Removing search box

    Post by Guest December 24th 2011, 8:21 pm

    Without .navbar class you'll remove the search box from all forum content:
    Code:
    #search-box {
    display : none;
    }
    avatar
    Ehlak
    New Member


    Posts : 5
    Reputation : 2
    Language : English

    Solved Re: Removing search box

    Post by Ehlak December 24th 2011, 8:52 pm

    Spankers wrote:Without .navbar class you'll remove the search box from all forum content:
    Code:
    #search-box {
    display : none;
    }
    Yeah, that's what I thought aswell, but it doesn't. The search box is still there. :/
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Removing search box

    Post by SLGray December 24th 2011, 8:56 pm

    Try adding this after none: !important



    Removing search box Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    Ehlak
    New Member


    Posts : 5
    Reputation : 2
    Language : English

    Solved Re: Removing search box

    Post by Ehlak December 24th 2011, 8:58 pm

    slg wrote:Try adding this after none: !important
    Did nothing. Sad
    avatar
    Guest
    Guest


    Solved Re: Removing search box

    Post by Guest December 24th 2011, 9:05 pm

    Ehlak wrote:Did nothing. Sad
    So, you tried this:
    Code:
    #search-box {
    display: none !important;
    }
    Yes? Rolling Eyes
    avatar
    Ehlak
    New Member


    Posts : 5
    Reputation : 2
    Language : English

    Solved Re: Removing search box

    Post by Ehlak December 24th 2011, 9:53 pm

    Spankers wrote:
    Ehlak wrote:Did nothing. Sad
    So, you tried this:
    Code:
    #search-box {
    display: none !important;
    }
    Yes? Rolling Eyes
    Yep. The search box is still there.
    avatar
    Guest
    Guest


    Solved Re: Removing search box

    Post by Guest December 24th 2011, 9:54 pm

    Maybe there was used different id. Can you show us your topics_list_box template? Smile
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Removing search box

    Post by Nera. December 24th 2011, 11:44 pm

    Hi,

    Are you on phpBB3? That's the forum's search box? Than it should be this:

    Code:
    #forum-search {
        display: none;
    }
    avatar
    Ehlak
    New Member


    Posts : 5
    Reputation : 2
    Language : English

    Solved Re: Removing search box

    Post by Ehlak December 25th 2011, 12:39 am

    Nera. wrote:Hi,

    Are you on phpBB3? That's the forum's search box? Than it should be this:

    Code:
    #forum-search {
        display: none;
    }
    Yes, that did it! Thanks. :wouhou:
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Removing search box

    Post by Nera. December 25th 2011, 12:44 am

    bye
    Topic Solved & Locked

      Current date/time is September 23rd 2024, 5:12 am