We are new, Please Help us Grow. We Will Soon Start Posting Photoshop Tutorials, Stay Tuned.

Change Text Selection Color in Blogger


Text Selection Color
Well if you don't know about Text Selection Color then let me tell you what is it?. Try to copy line, Just click and select it. Amazed? You see Orange Color. That orange color is my text selection color. The Default selection color is Blue, which is very old now. If you change your text selection color to the color of your template then it will look great.

How To Change Text Selection Color

Step 1: Go to Blogger, and log in to your account.
Step 2: Go to Template and click on Edit HTML.
Step 3: Now click anywhere on the code and press CTRL+F, and you will see a small search box.
Step 4: Type ]]></b:skin> in the search box and press Enter.
Step 5: Now paste the following code, just above ]]></b:skin>.

/* MYBN SELECTION COLOR */
::selection {
background: #F8A42E;
}
::-moz-selection {
background: #F8A42E;
}
/* Selection Color Ends */

Step 7: Change #F8A42E with the color of your own choice, and click on Save Template.



Enjoy Your New Text Selection Color.

0 comments: