Changing text colors in sidebar

Jun 03, 2009 07:56

I know this is a fairly common question, but I went through the tags and didn't find the answer I was looking for. I'm using a Plus Account and I'm using the Mixit Kaboom Brothers Graffiti layout (Pixmix). I want to change the color of all the links (except the links in the header) from gray to black. That includes the links under the entry for comments (SOLVED). I also want to change the colors of the links in the sidebar (you know, Tags, Latest Month, Profile, etc.) from that maroon color to maybe teal or blue to match the colors in my header banner. My piddly style sheet is under the cut. Any help would be really appreciated!
#header-inner {
    background-image: url(http://i89.photobucket.com/albums/k213/LivingDeadGirl223/Robert%20Pattinson/ljheader_nm.jpg)
}
#header-inner {
    background-image: url(http://URL TO YOUR IMAGE);
    height: 400px;
}  
#header-inner {
    background-image: url(http://URL TO YOUR IMAGE);
    width: 800px;
}   
#header-content-inner {
    margin: 50px 15px 117px 375px;
}
#header-inner{
    margin: 0 auto;
}
/* subject font */
.page-header2,
.post-asset .asset-name a {
font-family: (Arial);
font-size : 12pt;
}
/* header title/subtitle font */
#header-name a,
#header-description {
font-family: (Arial);
}
/* header links */
#header .nav .item {
font-family: (Arial);
}
.asset-content {
font-size: 10pt;
}
.profile-name {
display:none;
}
.asset-tags { position: relative; top: -9px;}
.asset-footer {
margin-top : 30px;
margin-bottom : 30px;
border-bottom : 1px solid #F1CFD7;
}
#header-name a,
#header-description{
color: #ffffff;
font-family: Arial;
}
#header-content-inner{
color: #ffffff;
font-family: Arial;
}

sidebar:text:colors, page:links:colors

Previous post Next post
Up