Remove Search Box in Topics list pages Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
4 posters

    Remove Search Box in Topics list pages

    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Remove Search Box in Topics list pages

    Post by runawayhorses May 21st 2012, 1:54 pm

    How do you remove or hide the Search box from the Topics list as seen in this screenshot?

    Remove Search Box in Topics list pages Search-1

    I already tired this code below and it didn't work. My guess is its for the Search box on the index page because it did not remove the Search box from the Topics list page.

    I use phpbb3

    Code:
        #search{
        display:none;
        }


    Last edited by runawayhorses on May 21st 2012, 3:40 pm; edited 1 time in total
    NikkoBryan14
    NikkoBryan14
    Forumember


    Male Posts : 274
    Reputation : 8
    Language : English
    Location : Philippines

    Solved Re: Remove Search Box in Topics list pages

    Post by NikkoBryan14 May 21st 2012, 2:20 pm

    Try Change " # " to " . "
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: Remove Search Box in Topics list pages

    Post by runawayhorses May 21st 2012, 2:36 pm

    didn't work
    Mati
    Mati
    Active Poster


    Posts : 1932
    Reputation : 333
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    Solved Re: Remove Search Box in Topics list pages

    Post by Mati May 21st 2012, 3:09 pm

    Try this

    Code:
    #forum-search {
        display: none;
    }
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: Remove Search Box in Topics list pages

    Post by runawayhorses May 21st 2012, 3:39 pm

    Yes that worked, thanks Matti. Smile
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Remove Search Box in Topics list pages

    Post by Jophy May 21st 2012, 4:53 pm

    Topic Solved & Locked

    Remove Search Box in Topics list pages Modera10
    Jophy