[Resolved] How to Change Colour

Home Forums Support [Resolved] How to Change Colour

Home Forums Support How to Change Colour

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1466510
    Sanu Kumar

    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

    #1466867
    David
    Staff
    Customer Support

    Hi there,

    it requires this CSS:

    ::selection {
        background: #00f;
    }
    #1466901
    Sanu Kumar

    Could you modify it by adding few lines – selected text should be of white colour

    #1466993
    David
    Staff
    Customer Support

    Try:

    ::selection {
        background: #00f;
        color: #fff;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.