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 ( Read more... )

sidebar:text:colors, page:links:colors

Leave a comment

Comments 9

av8rmike June 3 2009, 16:25:52 UTC
Well, the problem is that in all the past entries, people either want to change different elements or are using different base themes. So without using Firebug or Web Developer extensions, it's hard to figure out exactly what to change. This will change sidebar and entry link colors:
.archive-widget ul.widget-list .item,
.widget a,
#alpha .asset-meta-list a { color: #000000;}

Use this line for sidebar heading colors:
.widget .widget-header, .widget .widget-header a { color: #xxxxxx;}

Reply

dreadfulpenny81 June 3 2009, 17:47:26 UTC
The first code worked perfect. Looks great!

The second code didn't work. I don't know why.

This is what I added to the CSS:
}
.archive-widget ul.widget-list .item,
.widget a,
#alpha .asset-meta-list a { color: #000000;}
}
.widget .widget-header, .widget .widget-header a { color: #336666;}
}

Here's the link where I found the index of Hex Codes for Colors. Maybe it's not working because it's from a different website and I don't know if there's different color codes for LiveJournal.
http://www.webmonkey.com/reference/Color_Charts

Reply

dreadfulpenny81 June 3 2009, 17:49:58 UTC
I tried to change the sidebar heading colors to black as a test and that doesn't work, either.

Reply

av8rmike June 4 2009, 02:27:00 UTC
You have 2 too many close brackets.

Reply


Leave a comment

Up