Customizing the NavStrip

From No LJ Ads Wiki

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


Tips on customizing the NavStrip across the site for your own personal viewing.

[edit] Removing the Search Bar and Powered By

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

#lj_controlstrip_poweredby
{
   display: none !important;
}  

#lj_controlstrip_search
{
   display: none !important;
}

}