Working on
- Atahualpa 3.5.1
- Wordpress 3.0
here is the site : http://tiny.cc/9hovp
Tryin to change the links color in the sidebars, I manage to change them in the right sidebar with the code following but it has no effect on the left sidebar, plus if you do ctrl-a or command-a, you can see that there is still two links in the right sidebars with black color..
Code:
div.widget ul {
list-style-type: none !important;
}
div.widget ul li a:link,div.widget ul li a:visited, div.widget ul li a:active {
border-left: 0 !important;
padding-left: 0 !important;
color: #ffffff !important;
text-decoration:underline;
}
div.widget ul {
list-style-type: none !important;
}
div.widget ul li a:hover {
color: #F9BED8 !important;
}











Linear Mode
