This document is deprecated! The information on this page refers to a Thesis version that is now obsolete. Please visit the Thesis Docs for current documentation.
On Single Post Pages Only ∞
Place this code in custom.css, then change to your preferences:
/* Customize Previous and Next Links */
div.post_nav p {
color: #888888;
}
.post_nav a {
text-decoration: none;
}
On All Pages ∞
Place this code in custom.css, then change to your preferences:
/* Customize Previous and Next Links */
div.prev_next p {
color: #888888;
}
.prev_next a {
text-decoration: none;
}
Previous Link on Left, Next Link on Right ∞
Place this code in custom.css:
.custom div.prev_next p {
float:right;
}
.custom div.prev_next p.previous {
float:left;
}