Archived topic
How to Change Colour
3 replies · Started by Sanu Kumar on September 30, 2020
Viewing posts 1–4 of 4
How to change colour as I have recorded here, check them out: https://www.loom.com/share/bb0cf0ccd89040d0abb80347374dbaa2
I am not able to see this option in GP
Hi there,
it requires this CSS:
::selection {
background: #00f;
}
Could you modify it by adding few lines - selected text should be of white colour
Try:
::selection {
background: #00f;
color: #fff;
}
This archived topic is closed to new replies.