From the category archives:

Thesis Theme

New here? You may want to subscribe to the (free) ABDPBT Tech RSS Feed. For an explanation of how RSS subscriptions work, please see this explanatory post. Or, you can sign up to receive new ABDPBT Tech posts by email (also free).
Let’s say you want to have a featured comments/recent comments section in WordPress, but [...]

By default, Thesis has the option to feature previous/next post links on single entry pages. You can activate or deactivate this option through the Thesis Options panel on your WordPress Dashboard. Here’s the code that is controlling how it looks in the picture above.

.prev_next {
border-style:solid;
color:#666666;
letter-spacing:1px;
text-transform:uppercase;
}

.prev_next a {
text-decoration: none;
}

.prev_next a:hover {
text-decoration: underline;
}

I can style this [...]