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 4 replies, 3 voices, and was last updated 4 days, 22 hours ago ago by Tony Rodriguez
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
Thanks for the support! My topic “Is there a way to change the highlight colour?” has been successfully resolved.
Dear nmble,
It’s great having you in our WordPress & WooCommerce community!
Every insight you share helps us refine XStore and build tools that empower thousands of online store owners worldwide.
Leave Feedback →
(takes less than a minute)
Together, we grow stronger with every release.
Topic closed.
The 8Theme Team
The issue related to '‘Is there a way to change the highlight colour?’' has been successfully resolved, and the topic is now closed for further responses