Hello! I am trying to make the font on my sidebar visible.
I wan the text color to be white, but to change to black text on a white background upon hover. I’ve got that fairly figured out but the “text” widget that I’m using for my about is not being affected. I try to address that in the last bit of code below.
This is what I have right now. If you could help me modify it to include the text box I would really appreciate it!
.widget ul li:hover, .widget ol li:hover {
background-color: #fff;
color: #000;
}
.widget li:hover a {
color: #000;
}
.widget ul li a, .widget ol li a {
color: #fff;
}
.contact-info .textwidget {
color: #fff;
}