User:Nicko756/wikia.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Remove the following: * Top ads, top-right ads, misc. ads on rail, ad captions, * bottom ads, unnecessary placeholder, * ads that appear inside content, "Around Wikia's network" box, "Wikia lifestyle" box */ .WikiaTopAds, .home-top-right-ads, .wikia-ad, .SelfServeUrl, #WikiaArticleBottomAd, .WikiaAdInContentPlaceHolder, .WikiaAdInContent, #WikiaFooter, .branding, .wds-global-footer, { display:none !important; } /* Prevent Visual Editor drop-down button from appearing */ #ca-ve-edit { display: none !important; }