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.

How to remove second Search Feature

4 posters

Go down

Solved How to remove second Search Feature

Post by mr71transam May 24th 2010, 3:12 pm

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 May 28th 2010, 9:22 pm; edited 1 time in total
mr71transam
mr71transam
Forumember

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

Back to top Go down

Solved Re: How to remove second Search Feature

Post by KingOfSports May 24th 2010, 4:02 pm

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

Male Posts : 2487
Reputation : 38
Language :
Location :

Back to top Go down

Solved Re: How to remove second Search Feature

Post by Sanket May 24th 2010, 4:03 pm

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

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

Back to top Go down

Solved Re: How to remove second Search Feature

Post by Transmission June 23rd 2010, 11:45 pm

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

cheers sanket!!
Transmission
Transmission
Forumember

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

Back to top Go down

Solved Re: How to remove second Search Feature

Post by Sanket June 24th 2010, 6:09 am

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

Sanket Smile

Sanket
Sanket
ForumGuru

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

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum