Oct 8, 2012

How to Change color of Selected Text in blogger


This is very easy trick to change the color of Selected Text in blogger.to change the color of selected just login in to blogger and go to Template Editing
Find </head> tag and just after that put the below code

<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>

Note-You can change the your color according to your wish ..use this HTML Color code calculator to get color code

Subscribe Updates, Its FREE!

0 comments:

Post a Comment

 

Copyright @ 2013 EgyTricks.

Designed by Vikash | EgyTricks