Home › Forums › Exoplanet Pro › stopping the white hover color › Reply To: stopping the white hover color
August 1, 2018 at 12:49 am
#5350
Howardthebrit
Participant
It seems to work with:
@media screen and (max-width: 2000px) {
.featured-post {
background: transparent;
}
}
but that feels really clunky setting 2000 to be a catch-all.