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

    I can’t find a reason it is doing this…if you highlight the text it has zero transparency. I also can’t figure out how to change the “red/orange” color. I’ve tried everything, and searched for a solution to no avail. Thank you for any help!

    #1032166

    Hey Teresa,

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

    ::-moz-selection {
        color: red;
        background: yellow;
    }
    
    ::selection {
        color: red; 
        background: yellow;
    }

    Best regards,
    Rikard

    #1033728

    Rikard, thank you but unfortunately that made no difference. This is the strangest problem.

    Teresa

    #1034253

    Hi Teresa,

    It’s a bit strange yes, I’ve never seen that before either. What happens if you add !important to the CSS?

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

    Also please try to turn off file compression and delete the old files under Enfold->Performance to see if that makes any difference.

    Best regards,
    Rikard

    #1034627

    Rikard,

    Those last suggestions you made worked! Thank you VERY much for your help!

    Teresa

    #1035019

    Hi Teresa,

    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

    #1035218

    You can close it. I appreciate your excellent customer service :)

    #1035278

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Highlight Text Selection Is Opaque’ is closed to new replies.