Sponsored Spotlight Nix

From No LJ Ads Wiki

Jump to: navigation, search
This article contains CSS meant to be used with the guide on User Stylesheets.


This CSS will kill the Sponsored Communities in the LiveJournal Spotlight promo box on the front page.

@-moz-document domain("livejournal.com") {

 .sponsored-users { display: none !important; }

}