Remove the head of the mainpage
57,021pages on
this wiki
this wiki
Forum page
Wikia's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
To contact staff directly or to report bugs, please use Special:Contact.
Note: This topic has been unedited for 1071 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response.
How can I remove the head on the mainpage.
I mean the text:Hoofdpagina.
--Darth Stefan 16:06, 5 March 2009 (UTC)Darth StefanTalk: RuneScape - Star Trek - WOW
- Add the following to MediaWiki:Common.css:
body.page-Main_Page h1.firstHeading {
display: none !important;
}
- --Michaeldsuarez (Talk) (Deeds) 16:38, 5 March 2009 (UTC)
Wait, use this instead:
body.page-Hoofdpagina h1.firstHeading {
display: none !important;
}
I forgot that your wiki is Dutch. --Michaeldsuarez (Talk) (Deeds) 17:01, 5 March 2009 (UTC)
- The
!importantis not necessary -- 18:25, 05 March 2009 (UTC)
even better yet guys
body.mainpage h1.firstHeading {
display: none;
}
no specific static pagename needed. the system detects when its on the 'mainpage' of the wiki, and adds that class to the body tag --Uberfuzzy
01:21, 6 March 2009 (UTC)
I afraids it doesn't work :(
--Darth Stefan 17:12, 10 March 2009 (UTC)Darth StefanTalk: RuneScape - Star Trek - WOW
- Did you do an hard refresh (CTRL+F5 or SHift+F5) ? — TulipVorlax 18:38, 10 March 2009 (UTC)
- my bad, i found out that the .mainpage class is only added in Monaco --Uberfuzzy
18:59, 10 March 2009 (UTC)
- my bad, i found out that the .mainpage class is only added in Monaco --Uberfuzzy
Yep many times!
--Darth Stefan 12:52, 11 March 2009 (UTC)Darth StefanTalk: RuneScape - Star Trek - WOW