side bar text color.
-
trying to make links and category on side bar white.
when i do though it changes post titles in the main area white too. And they dont show up in the post very well.
that happened when i changed this to white in the text elements section of the code.a:active { color:#303030; text-decoration: underline; cursor:pointer; }
I also found this under side bar
#sidebar .box ul {
font-size:.92em;
line-height:2;
}#sidebar .box ul ul {
font-size:1em;
margin-left:1em;
}figured i could just add the color, like this.
#sidebar .box ul {
font-size:.92em;
line-height:2;
color:#FFFFFF;}
#sidebar .box ul ul {
font-size:1em;
margin-left:1em;
color:#FFFFFF;
}nothing happened when i did this though.
heres the site if you want to see what i mean (i have them back to black now)
https://www.tawdryproductions.com/column
- The topic ‘side bar text color.’ is closed to new replies.