Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1226585

    All text in the site seems to disappear (but actually turns white) whenever the text is highlighted.

    See https://www.1888safewater.com/whole-house-water-filtration-systems/ and highlight the Black Text.

    #1226590

    you found the solution yourself?
    i do not see the issue on your site!
    otherwise you can influence the hilite color by:

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

    No, I did not find a solution. I tested it again and it still doesn’t work. I will try your solution.

    #1226695

    i have that blue on your site no white font on white background:
    thats what my developer tools gives for your site:

    ::selection {
        background-color: #3c5db1;
        color: white;
    }

    if you want to have a different setting do not forget to set for moz selection

    • This reply was modified 4 years, 4 months ago by Guenni007.
    #1226829

    That’s now what I see on chrome on PC or Android. The text turns white and blends into the background.

    #1227125

    Hi,

    Thanks for the update. I’m seeing the same thing as in @guenni007 screenshot using Chrome, are you only seeing this on PC? If so then which OS are you running?

    Best regards,
    Rikard

    #1227526

    Look at this…

    screenshot

    • This reply was modified 4 years, 4 months ago by elituchy.
    #1227871

    Hi,

    Thanks for that, but I can’t reproduce those results on my end. Please see screenshot in private.

    Best regards,
    Rikard

    #1227881

    Every Browser i test on your page ( Firefox, Chorme, Safari – and my test on PC: with newest Edge ) – shows the same results as in my screenshot above. And everywhere on your page! Even in the footer it is always that background: #3c5db1 ( blue ) and white letters.
    So i guess you have some caching troubles with your browsers. Are you the only one that works as admin for that page?
    Maybe there are settings made for logged-in users ?

    #1228029

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

    #1228040

    Thanks everyone for your help. I think one of the changes we made fixed the problem.

    #1228206

    Hi elituchy,

    Great, I’m glad to hear that it’s working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.