Community Central
Community Central
Forums: Index Community Central Forum Checkbox area beneath search bar
Fandom's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
Archive
Note: This topic has been unedited for 4810 days. It is considered archived - the discussion is over. Information in this thread may be out of date. Do not add to unless it really needs a response.


I was wondering how I can change the navigation template which appears beneath the search bar after you searched for something.

See this example. It's the light grey navigation template directly underneath the search bar.

--Sonny Black (Talk) 15:18, February 6, 2011 (UTC)

For the time being, you can change it with the following CSS:
.mw-search-formheader {background-color:#000;}
.mw-searchoptions {background-color:#000;}
But I believe that this was a result of an accidental class name change from the MediaWiki 1.16 upgrade that Wikia was supposed to fix globally. Whether or not they actually will remains to be seen, so the CSS is probably the best solution for now.  Monchoman45  Talk  Contribs  Skystone  16:03,2/6/2011 
I´ve added the line to wikia.css, but it doesn't seem to have changed it. --Sonny Black (Talk) 15:32, February 7, 2011 (UTC)
Make sure you put it in MediaWiki:Wikia.css (capitalization matters), and if you did, try using this:
.mw-search-formheader {background-color:#000 !important;}
.mw-searchoptions {background-color:#000 !important;}
If that doesn't work, use Special:Contact and ask about this.  Monchoman45  Talk  Contribs  Skystone  15:35,2/7/2011 

That's done the trick. Thanks. :) --Sonny Black (Talk) 15:45, February 7, 2011 (UTC)