Wednesday, 23 May 2012

Change Text Selection Color For Blogger

text

Hey friends Today i will teach you how to change Text Selection Color For Blogger it will make your blog look more wonderful and it is very simple to apply.

For doing this change you need to add CSS.

Browser Support-

  • Mozilla Firefox
  • Google Chrome
  • Apple Safari


Follow following steps to make this change


  • Go to blogger dashboard.
  • Click on template tab.
  • Now Click on Edit HTML Button.
  • Now Find (ctrl + f) ]]></b:skin>
  • Paste below code above ]]></b:skin>

/* Code By Lord Html */
::-moz-selection {
       background-color: #FFA;
       color: #000;
}
/* Code By Lord Html */
::selection {
       background-color: #FFA;
       color: #000;
}

Now Save Template 



Customize


If you want to change selection colors according to your style then you need to change hex color which I highlighted with red and orange, Red color is for selection and Orange Color is for Text.

For changing Hex color go To our Hex Chart Select Hex Color And Replace It.

0 comments:

Post a Comment