more wikis
 

Forum:Remove the head of the mainpage

Wikia - creating communities

Forums: Index
Help desk
Remove the head of the mainpage
Wikia's forums are a place for the community to help other members. Staff do visit, but if you require staff help, please use Special:Contact to be sure of a reply.

How can I remove the head on the mainpage.

Image:Mainpage text.PNG

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 !important is not necessary --Cizagna (Talk) Dofus » 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@Wikia 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@Wikia 18:59, 10 March 2009 (UTC)

Yep many times!

--Darth Stefan 12:52, 11 March 2009 (UTC)Darth StefanTalk: RuneScape - Star Trek - WOW