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!
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
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
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
That works, thanks!
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
Hi Rikard,
You can close the topic.
Thanks again!