Style Logo and Tagline

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.

Place this code in custom.css, and change to suit your requirements:

.custom #header #logo a {
   color: #111111;
   text-decoration: none;
}

.custom #header #logo a:visited {
   color: #111111;
   text-decoration: none;
}

.custom #header #logo a:hover {
   color: #ffffff;
   text-decoration: underline;
}
.custom #header #logo a:active {
   color: #ffffff;
   text-decoration: none;
}

.custom #header #tagline {
   color: #111111;
   font-weight: normal;
   padding-left: 10px;
}