Home › Forums › Exoplanet Pro › stopping the white hover color › Reply To: stopping the white hover color
August 1, 2018 at 6:38 am
#5354
Andy
Keymaster
This should work
@media screen and (max-width: 768px) {
.featured-post {
background: transparent;
}
}