How to remove second Search Feature 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

    How to remove second Search Feature

    mr71transam
    mr71transam
    Forumember


    Male Posts : 53
    Reputation : 0
    Language : English
    Location : Connecticut

    Solved How to remove second Search Feature

    Post by mr71transam Mon 24 May - 16:12

    I have a Search Button in the Menu Bar. It allows for advance search features. How do I remove the Search that is below the Menu Bar? No need to have two search functions.


    Last edited by mr71transam on Fri 28 May - 22:22; edited 1 time in total
    KingOfSports
    KingOfSports
    Hyperactive


    Male Posts : 2487
    Reputation : 38
    Language :
    Location :

    Solved Re: How to remove second Search Feature

    Post by KingOfSports Mon 24 May - 17:02

    Look in your CSS and use CTRL+F to find search. Then use the
    Code:
    <hide></hide>
    to hide it.
    Sanket
    Sanket
    ForumGuru


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

    Solved Re: How to remove second Search Feature

    Post by Sanket Mon 24 May - 17:03

    Code:
    .navbar #search-box {
    display : none;
    }
    Add this to your css.
    Transmission
    Transmission
    Forumember


    Posts : 73
    Reputation : 0
    Language : English
    Location : Ireland

    Solved Re: How to remove second Search Feature

    Post by Transmission Thu 24 Jun - 0:45

    i had the same problem and the above code works perfectly!!!

    cheers sanket!!
    Sanket
    Sanket
    ForumGuru


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

    Solved Re: How to remove second Search Feature

    Post by Sanket Thu 24 Jun - 7:09

    Since this thread is marked solved, I will lock this thread.
    How to remove second Search Feature 2j4t5a8

    Sanket Smile