Change Text Selection Color in Blogger Using CSS

Well What is the Text Selection Mean ? Whenever You Will Try to Copy a desired text from Specific web pages by dragging your Mouse to copy the text.then a Blue Color default color is starts with your mouse. That is Called Text Selection Color.But Sometimes Blue color Doesn't set with the theme of your blog. So if You Want to Change the text selection Color Then Here is a Simple Tweak by Using CSS.


How to Change the Text Selection Color :.


First Go to Blogger < Dashboard < Design < Edit Html.
Now Copy the Below Code and Paste it Above ]]></b:skin> Tag in Your Blogger.


::selection {
background: #a8d1ff; /* Changes color in Safari */
}
::-moz-selection {
background: #a8d1ff; /*Changes color in Firefox */
}



That's it now You're Done Save Your Template And If you Want to Change it to Another Color then you can do it by Just Chaning the HEX code of the Color

0 comments:

Blogger Template by Clairvo