This topic has 3 replies, 2 voices, and was last updated 2 years, 4 months ago ago by Dennis
Dear team
is there a possibility to change the color of the cursor. From white to another when you select a text? Because with a white font, you can unfortunately no longer see the font and you do not know what you have marked. Small gimmicks but still it looks nicer to match the marker to the color which is the main color of the theme.
Screenshot: https://prnt.sc/zPh_wyh5dCfg
Hello, @Dennis,
Simply go to the Dashboard >> XStore >> Theme Options >> Theme Custom CSS and then paste the below CSS code there and save settings.
::selection {
background: red;
color: white;
}
Note: In the above code the word “red” is the color you can see in the image: https://postimg.cc/Wq7c5WCS same as the white color.
Regards 8Themes Team.
Incredibly no questions remain unanswered. Dear thanks
Tagged: change, color, cursor, possibility, themes, woocommerce, wordpress
The issue related to '‘is there a possibility to change the color of the cursor.’' has been successfully resolved, and the topic is now closed for further responses