@notbadstudio thank you for raising this topic!
Please try this code to replace the old one:
@media only screen and (min-width: 992px) {
.site-header {
-webkit-transition: background-color 500ms linear;
-ms-transition: background-color 500ms linear;
transition: background-color 500ms linear;
}
.site-header:hover {
background-color: #fff;
}
}
Hope that works for you.
Regards,
Kharis
Perfect mate, you’re a star 🙂
You’re welcome!
Could you leave us a positive review here if you don’t mind?
Regards,
Kharis