Help - Search - Members - Calendar
Full Version: Removing 'go earlier' in navigation box
Forums > Resource Center > Support Center > Livejournal Support > Livejournal Resolved Topics
diav
Is there anyway to hide the 'go earlier' link in the navigation box?

Many thanks. laugh.gif
Libertie
The links at the bottom, right? Put this in GLOBAL_HEAD between the style tags:

CODE
.meta, .index{
visibility:hidden;
}
.entrybox .meta, .entrybox .index, .shadowed .meta{
visibility:visible;
}
table table tr.caption td.index {visibility:visible}
table table tr.caption td.index a {visibility:visible}


From this post.
diav
Thank you very much! :D
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.