Hi thanks for the reply! No, I’m talking about the Recent Jobs widget in the footer. I’ve just managed to fix the background hover color, but I can’t change the normal list item text color.
This is what I tried:
.job_listing a:hover {
background-color: #000000 !important;
}
.job_listing {
color : #d9e2ea !important;
}