minda honey
asked 9 years ago

The SideBar is gray font on a black background and is difficult to read. I would like to change it to white. How can I do this?
 
 
Thanks!

1 Answers
DominicStaff
answered 9 years ago

Hi,
To change the font color on the sidebar, you can add the following code to the style.css file:

.sidebar-primary {
    color: #...;
}
.widget-title {
    color: #...;
}

.sidebar-primary a {
    color: #...;
}

.sidebar-primary a:hover {
    color: #...;
}

Hope this helps !

minda honey
replied 9 years ago

You’re the best, Dominic!!

Powered by DW Question & Answer Pro