Here's on how change the collor of Default (#3297fd) Blogger/WordPress/Joomla or Website.
Another way to impressed readers of your website is to have a customized blog Text Highlighting color, (I just search this on Bing website ..hehe). This can ensure that when users highlight text on your blog, it matches your blog�s theme, and may also look professional at the same time.
Check out the output here:
Note: Before you do a changes on your template, Take time and relax. Just Back Up Your Template!
![How-to-Change-Text-Selection-Highlighting-Color-in-blogs.jpg How to: Change highlights colors of Default Blogger/WordPress or Website](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3Ld2JxnlQ1cTmRgOlvlUFkX8QuJ-DV7gXCTVR-411Llpvzww3AqdjMt6rz9F_CP8N4qCwzhAgKwECfVaRljucEAkDR0o2EjDVGCeB33bm1dcmyvg55c1bKtoGteAbiHVYDSXKebmg8YBV/s440/How-to-Change-Text-Selection-Highlighting-Color-in-blogs.jpg)
Styling Text Highlight color In Blogger
1. Go To Blogger > Design > Edit HTML
2. and search for ]]>
3. Right above it, paste this code:
::-moz-selection {
Background: #cb78a5;
color: #FFFFFF;
text-shadow: none;
}
::selection {
background: #cb78a5;
color: #FFFFFF;
text-shadow: none;
}
Guys were' done
Tips:
Replace #cb78a5 with the highlight color
Replace #FFFFFF with the Font color. By default the font color appears white.
Related: Amazing Post Title Only in Blogger Platform
Another way to impressed readers of your website is to have a customized blog Text Highlighting color, (I just search this on Bing website ..hehe). This can ensure that when users highlight text on your blog, it matches your blog�s theme, and may also look professional at the same time.
Check out the output here:
Note: Before you do a changes on your template, Take time and relax. Just Back Up Your Template!
![How-to-Change-Text-Selection-Highlighting-Color-in-blogs.jpg How to: Change highlights colors of Default Blogger/WordPress or Website](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3Ld2JxnlQ1cTmRgOlvlUFkX8QuJ-DV7gXCTVR-411Llpvzww3AqdjMt6rz9F_CP8N4qCwzhAgKwECfVaRljucEAkDR0o2EjDVGCeB33bm1dcmyvg55c1bKtoGteAbiHVYDSXKebmg8YBV/s440/How-to-Change-Text-Selection-Highlighting-Color-in-blogs.jpg)
Styling Text Highlight color In Blogger
1. Go To Blogger > Design > Edit HTML
2. and search for ]]>
3. Right above it, paste this code:
::-moz-selection {
Background: #cb78a5;
color: #FFFFFF;
text-shadow: none;
}
::selection {
background: #cb78a5;
color: #FFFFFF;
text-shadow: none;
}
Guys were' done
Tips:
Replace #cb78a5 with the highlight color
Replace #FFFFFF with the Font color. By default the font color appears white.
Related: Amazing Post Title Only in Blogger Platform