Removing 'go earlier' in navigation box |
Removing 'go earlier' in navigation box |
Mar 24 2006, 08:28 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Aug 2005 Member No: 194,352 |
Is there anyway to hide the 'go earlier' link in the navigation box?
Many thanks. |
|
|
|
![]() |
| *Libertie* |
Mar 24 2006, 10:49 PM
Post
#2
|
|
Guest |
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. |
|
|
|
Mar 25 2006, 05:35 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Aug 2005 Member No: 194,352 |
Thank you very much! :D
|
|
|
|
![]() ![]() |