Changing the background color, when clicking on text
-
Hi :) I still have a little problem with my new site’s outfit:
I would like to change the color, which comes at text’s background, when clicking on text. Now text’s background turns yellow, but I prefer the background turning blue (OR if possible, text turning white on blue background, when clicking on text). :)
https://vauvavuosi.fi/otayhteytta/
The blog I need help with is: (visible only to logged in users)
-
Hi there, the following code will allow you to set the highlight color, but this code was originally drafted for inclusion in CSS3 and then later removed, and there is no guarantee that browsers will always support it if it somehow doesn’t make it into the CSS3 standards.
::-moz-selection { background: #aaddff; } ::selection { background: #aaddff; } -
Closing this thread as this is also being discussed in this other thread: https://en.forums.wordpress.com/topic/changing-the-background-color-when-clicking-on-text-1?replies=3#post-3084668
- The topic ‘Changing the background color, when clicking on text’ is closed to new replies.