PenciDesign Supporter replied
Hi,
Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:
/* overriding colors */
::-webkit-selection { background-color: highlight; color: highlighttext;
}
::-moz-selection { background-color: highlight; color: highlighttext;
}
::selection { background-color: highlight; color: highlighttext;
}Resource: https://stackoverflow.com/questions/33448213/how-to-reset-background-color-of-selection
Regards,
PenciDesign.