I’m currently working on some site-polishing, and wanted to make it so that people can’t highlight text (headers and so on). The reason being that I personally think it ruines the sites visuals and immersion, when that blue highlighting color suddenly appears while you browse the website. I know there is a css property that does this; Its called “user-select” I’ve look everywhere for anything giving the same result as this, but sadly I simply failed to find anything, so now I’m seeking help from you wise guys (and girls) here on the forum.
Thanks for the Quick response, sadly I don’t have access to the custom code, so I guess i’ll have to wait till I upgrade.
however, I see one slight problem with the solution you mentioned;
If i where to do that, wouldn’t i only work on a black webpage with white text? At least that’s what it seems like from my testing; with the result being;
Or have I got it all wrong?..
I tired setting it to “transparent” without specifying any color, and that seems to work for all combinations of background color and text color; Result;
However that will effect all elements, and not only headers and key-text.
If I want to achieve the option to choose which elements cannot be highlighted, I would then need to do something like;
And then add that class to all elements, that I dont want to be highlighted, right?