Hello, Is there anyway to change the sidebar link colors in the stylesheet? Ive looked everywhere but I can't find it. My blog is here: dylanbabbs.com
Thanks alot
Hello, Is there anyway to change the sidebar link colors in the stylesheet? Ive looked everywhere but I can't find it. My blog is here: dylanbabbs.com
Thanks alot
as far as i can see, these are the styles that control the link color in the sidebar
(in style.css)
.art-blockcontent-body a:link,
.art-blockcontent-body li a:link
{
color: #595959;
text-decoration: underline;
}
.art-blockcontent-body a:visited, .art-blockcontent-body a.visited,
.art-blockcontent-body li a:visited, .art-blockcontent-body li a.visited
{
color: #595959;
}
.art-blockcontent-body a:hover, .art-blockcontent-body a.hover,
.art-blockcontent-body li a:hover, .art-blockcontent-body li a.hover
{
color: #757575;
text-decoration: none;
}Yes! Thankyou very much. One more thing: is there anyway to change the title post colors?
Thanks
This topic has been closed to new replies.