Have you ever noticed that when you surfing any of the sites in the internet when you select some sentence or a single word in a website what colour appears? Normally all the websites have Blue in colour but they can be changed with an simple CSS code.

See the screen shot of my site before the selection colour was blogger’s default colour, Blue in colour.
Note : You change the selection colour through our Hexa-Decimal colour code generator. Changing “#BC5608“ of your choice colour code.
After you have done you selection should show the colour you have selected. So see here i have added Orange its Hexa-decimal colour code is “#BC5608”. And it should appear like this picture given below.
See the screen shot of my site before the selection colour was blogger’s default colour, Blue in colour.
How to change Highlight selection colour in Blogger
- Go to Blogger Blog
- Click on Template tab.
- Backup your full template before editing
- Click Edit HTML –> Proceed
- Now search (CTRL+F) for ]]></b:skin>
- Add the below code just Before/Above it
::-moz-selection {
Background: #BC5608;
color: white;
}
::selection {
background: #BC5608;
color: white;
}- Save your Template.
Note : You change the selection colour through our Hexa-Decimal colour code generator. Changing “#BC5608“ of your choice colour code.
After you have done you selection should show the colour you have selected. So see here i have added Orange its Hexa-decimal colour code is “#BC5608”. And it should appear like this picture given below.


No comments:
Post a Comment