Archived topic
Background and text color change on hover
17 replies · Started by Anjali Chawla on March 12, 2023
Viewing posts 16–18 of 18
Hi there,
This is the CSS you can add to change the hover color
.single-post .entry-content a:hover{
color: #fff !important;
z-index: 1000;
}
But you cannot hover on a touch device such as a mobile phone, so its really not worth adding, and it can lead to a link requiring a double tap on some devices
Hi
I understand your point, however, I wanted the same effect across all devices.
Thank you so much!
You're welcome
This archived topic is closed to new replies.