Sunday 26 August 2012

Change selected text effect color in bogger blog with easy step.

Hello friends when you select any text with dragging mouse the background color of selective text is default color as- Black, Blue etc. if you want to change this effect i giving you easy and nice tip by this post.
Follow simple step to adding this effect in your blogger blog ----->>> * First go to your blogger DASHBOARD.
* Now click in design tab and again click in edit html.

* Now click in small box which is corner to expand your blogger template.

* Now find this code
</head> by CTRL+F key easily
* Copy below code and paste before
</head>
<style type="text/css">
::selection {background:#cc0000;color:#ffffff;}
::-moz-selection{background:#cc0000;color:#ffffff;}
code::selection {background: #333333;color:#ffffff;}
code::-moz-selection {background: #333333;color:#ffffff;}
pre::selection {background: #44ceff;color:#ffffff;}
pre::-moz-selection {background: #44ceff;color:#ffffff;}
</style>
* Now save your blogger template and you are done my friend.

No comments: