How do you remove or hide the Search box from the Topics list as seen in this screenshot?
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
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