Okay
  Public Ticket #2795490
When text is highlighted display is weird
Closed

Comments

  • epudesign started the conversation

    Hello, when I highlight the text on the web page, it is displayed strangely, it is highlighted brightly and you can't read it anymore.

  •  933
    Neuron replied

    Hi,

    I've just checked it on Chrome and the text selected was displaying alright with a black background color, have you managed to solve it, or is it just a browser issue.

    https://prnt.sc/14hr8mc

    Feel free to ask for anything you need.

    Kind Regards


  • epudesign replied

    On Chrome it's fine but not on Safari or Firefox

  •  933
    Neuron replied

    Hi,

    Can you please add the following code at Appearance > Customize > Additional CSS, this will change the colors of selection.

    ::-moz-selection {
        color: #FFF !important;
        background-color: #000 !important;
    }
    ::selection {
        color: #FFF !important;
        background-color: #000 !important;
    }

    Feel free to ask for anything you need.

    Kind Regards