Hi, I am trying to remove sitenotice from all the category pages. How do I go about doing it?
PM Poon
Use CSS. Look at the <body> tag: all category pages have class "ns-14" (namespace 14 = Category:) in the body.
body.ns-14 #siteNotice { display: none; }
Dan
-----Original Message----- Hi, I am trying to remove sitenotice from all the category pages. How do I go about doing it?
Thank you, Dan. It works marvellously!
PM Poon
On Mon, Apr 13, 2009 at 9:02 AM, Daniel Barrett danb@vistaprint.com wrote:
Use CSS. Look at the <body> tag: all category pages have class "ns-14" (namespace 14 = Category:) in the body.
body.ns-14 #siteNotice { display: none; }
Dan
-----Original Message----- Hi, I am trying to remove sitenotice from all the category pages. How do I go about doing it?
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org