Selection: Override Default Highlight Colour of Browsers

Hi, I have no knowledge of developing. I would like to know if it’s possible with standard Wix, WixCode or other way, to override default highlight colour of browsers (when selecting stuff with mouse, like texts) working it inside my entire site. I found this css code, tried many ways to put it on my site but nothing worked:

/* IE9 - Also picked up by most modern browsers /
::selection {
background:#AC2937;
color:#FFF;
text-shadow:none;
}
/
Safari & Chrome - Webkit Rendering /
::-webkit-selection {
background:#AC2937;
color:#FFF;
text-shadow:none;
}
/
Mozilla based - Gecko Rendering */
::-moz-selection {
background:#AC2937;
color:#FFF;
text-shadow:none;
}

Complete article is here (in this site that effect is already applied in color Orange when selecting stuff): https://toddmotto.com/overriding-the-default-text-selection-colour/#css-global-colour-change

Please, somebody let me know if find a way to make it work!
Thanks

Hello Happy Pet,

Unfortunately it is not possible to directly interact with the site’s CSS code.
Feel free to post your request in our feature request forum

Is this feature available now?

Up :slight_smile:

Hey, is there another way to change the selected text highlight color now? If not css then something else that is possible in Wix???