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!
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
Rikard, thank you but unfortunately that made no difference. This is the strangest problem.
Teresa
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
Rikard,
Those last suggestions you made worked! Thank you VERY much for your help!
Teresa
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
You can close it. I appreciate your excellent customer service :)
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon