Home › Forums › Pro Support › Title color hover › Reply To: Title color hover
March 7, 2020 at 8:55 pm
#13800
Keymaster
If you give the list a class, you should be able to do this:
.my-custom-class .wp-show-posts-inner:hover .wp-show-posts-entry-title a {
color: #000000;
}
Does that not work?