Style Post and Page Titles

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 Pages ∞

Place this code in custom.css (adjust color value as desired):

.headline_area h1 {
   color:#B22222;
}

On Multi-Post Listings ∞

Place this code in custom.css (adjust color values as desired):

.custom h2 a {
   color: #3399ff;
   text-decoration: none;
}
.custom h2 a:visited {
   color: #3399ff;
   text-decoration: none;
}
.custom h2 a:hover {
   color: #ff0000;
   text-decoration: underline;
}
.custom h2 a:active {
   color: #3399ff;
   text-decoration: underline;
}