Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1282870

    All my text in a slide of Layerslider WP is white.

    When I want to copy paste a part of a sentence I have to select a part of a sentence with my mouse first.
    I am unable to see how much text is selected because it will remain white.

    Is there any way to make the selected text another colour?

    #1283464

    Hey KeesKaas,

    Thank you for the inquiry.

    We could use this css code in the Quick CSS field to change the color of the selected or highlighted text.

    ::-moz-selection { /* Code for Firefox */
      color: red;
      background: yellow;
    }
    
    ::selection {
      color: red;
      background: yellow;
    }
    

    Best regards,
    Ismael

    #1283756

    Thanks Ismael it worked!
    The patients of pharmacy will be happy :)

    • This reply was modified 3 years, 8 months ago by KeesKaas.
    #1283883

    Hi,

    No problem. Glad to know that it is working.

    Have a nice day. :)

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change color of selected text in LayserSlider’ is closed to new replies.