HOWTO: Changing the color of the "Designer" module

Jan 24, 2007 14:57

Among the many of the latest changes to go live was the addition of a "Designed by" module at the bottom of the sidebar, which credits the creator of the base theme. This module uses the same CSS class as the sticky post title, but you can change the sidebar module color separately with:
.widget .asset-name-hover {
background-color: #xxxxxx;
}in your Custom CSS. If you're not using the sticky post, you can leave off the ".widget" part.

how to:instructions, sidebar:text:colors, sidebar:designedby

Previous post Next post
Up