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
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 !
You’re the best, Dominic!!
Please login or Register to submit your answer