Dear support,
Can you direct me to the setting where I can change the color used when selecting text on the website.
Please feel free to login if needed. See Private content.
Best,
Chrilles
Hey Chrilles,
Please try this in Quick CSS:
::selection {
background: #2ecc71;
color: #fff;
}
::-moz-selection {
background: #2ecc71;
color: #fff;
}
Best regards,
Rikard
Thanks a lot, Rikard,
But is it not also a setting in the Thems settings – somewhere?
Best,
Chrilles
Hi,
There is no dedicated settings for this in the theme options, unfortunately. Please keep the css modification.
Best regards,
Ismael
Please see the Private content