On the blog sidebar, I want the categories hover color to be purple, not white.
Right now when you hover over them, they turn white which means they disappear.
Please help me fix this.
I tried variations of this code in CSS but it didn’t work:
///hover color links in sidebar///
ul .side-list .post-list .hovered-list li.cat-item a:hover {
color: #4C0457 !important;
}
Here is the page in question:
thanks
Karen