When I highlight text on my website, it gets lost as the highlight colour is a grey and my text is white (screenshot attached). Is there a way to change the highlight colour?
This topic has 2 replies, 2 voices, and was last updated 2 hours, 33 minutes ago ago by Samir Malik
When I highlight text on my website, it gets lost as the highlight colour is a grey and my text is white (screenshot attached). Is there a way to change the highlight colour?
Hello, nmble,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
::selection {
background: #eb2728;
color: #fff;
text-shadow: none;
}
::-moz-selection {
background: #eb2728;
color: #fff;
text-shadow: none;
}
Kind regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up