Text Highlighting Color In Blogger :
Text selection highlighting color means the color appeared when selecting text on any blog. By default the highlighting color of text selection is blue and text will appear in white color. I.e When you select text on any blog post , we can see text color as white and background color is blue. We can change the default text selection highlighting color in your blogger blog.
How to Change Text Selection Highlighting Color In Your Blogger Blog:
Changing text selection highlighting color with proper color will give more look to your blogger blog. To change the text selection highlighting color in your blogger blog , we have to add small script code to your blogger blog. Script code is very small we can easily add that code to blogger blog.
Follow below steps to change text selection highlighting color in your Blogger blog
Step 1 : Go to Blogger Dashboard
Step 2 : Click on Template
Step 3 : Click on Edit HTML
Step 4 : Search ]]></b:skin> in your blogger template code.
Add below code just above ]]></b:skin>
::-moz-selection {
background-color: #33CC80;
color: #ffffff;
}
::selection {
background-color: # 33CC80;
color: #ffffff;
}
Step 5 : Click on Save template.
Now text selection highlighed color will change on your Blogger blog. If you want to change background color and text color of text selection highlighting color , just change color hexadecimal code in the above code.
0 comments:
Post a Comment