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.

Removing search box

3 posters

Go down

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
Ehlak
New Member

Posts : 5
Reputation : 2
Language : English

Back to top Go down

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
Guest
Guest


Back to top Go down

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. :/
avatar
Ehlak
New Member

Posts : 5
Reputation : 2
Language : English

Back to top Go down

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.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

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
Ehlak
New Member

Posts : 5
Reputation : 2
Language : English

Back to top Go down

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
Guest
Guest


Back to top Go down

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
Ehlak
New Member

Posts : 5
Reputation : 2
Language : English

Back to top Go down

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
avatar
Guest
Guest


Back to top Go down

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;
}
Nera.
Nera.
Energetic

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

Back to top Go down

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:
avatar
Ehlak
New Member

Posts : 5
Reputation : 2
Language : English

Back to top Go down

Solved Re: Removing search box

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

bye
Topic Solved & Locked
Nera.
Nera.
Energetic

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

Back to top Go down

Back to top

- Similar topics

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