Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #775403

    Hi, I had a problem few days ago with button text on hover and it was solved ( https://kriesi.at/support/topic/button-text-disappears-on-hover/#post-773678 ) , but now I noticed that if I select any text on my web site with the mouse, I get the same problem, the text also disappears when selected… Please help,thanks!

    #775819

    Hey WaveToys,

    Please try the following in Quick CSS under Enfold->General Styling:

    ::-moz-selection {
        background: yellow !important;
    }
    
    ::selection {
        background: yellow !important;
    }

    Best regards,
    Rikard

    #775877

    Hi,thanks for reply!
    That didn’t help, it just changed color to yellow when I select, text still disappears. Also, I don’t want to change selection colors, I just want text to stay visible on select.
    Thanks

    • This reply was modified 7 years, 7 months ago by WaveToys.
    #775916

    Hi,

    Try to add the following custom CSS code at Enfold Theme Options > General Styling > Quick CSS

    
    ::-moz-selection {
        background: yellow !important;
        color: #fff !important;
    }
    
    ::selection {
        background: yellow !important;
        color: #fff !important;
    }
    

    Best regards,
    John Torvik

    #775936

    That works, thanks!

    #776411

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #776412

    Hi Rikard,
    You can close the topic.
    Thanks again!

    #776485

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Can't see selected text’ is closed to new replies.