• Tech
  • Science
  • Entertainment
  • Culture

Change Text Selection Color in Blogger using CSS

FacebookX (Twitter)WhatsAppLinkedIn

If you do not know what is text selection well when ever you select something by dragging your mouse on a website to copy that stuff than you might have seen that blue default background which starts rolling with your mouse what ever you are selecting. So if you want change that color from default to anyone using HEX color codes than you can do that using a small CSS trick in blogger.

  • Customize & Change Scrollbars Colors - Style - Size - Width etc.

  • Protect your Articles from Getting Copied Using CSS Trick

  • How to Disable Right Click Context Menu On Images

change-text-selection-color

Default Color

change-text-selection-color

Color Changed using CSS

So this is what you can do with this CSS tweak so just copy the below CSS code and paste it right above the ]]></b:skin>in your blogger edit HTML, to find this tag you can open the search box by pressing Ctrl + F key on your keyboard.

::selection {
background: #a8d1ff; /* Changes color in Safari */
}
::-moz-selection {
background: #a8d1ff; /*Changes color in Firefox */
}

So now just change the above color codes highlighted in grey color and use any other color codes you can search for codes using Google. So here you go with another awesome tutorial for your blogger blog which I think so many people would love to implement on their blog.

Older Posts
  • Funny WhatsApp and Hilarious Facebook Status Updates
    Funny WhatsApp and Hilarious Facebook Status Updates
  • Blogger Conditional Tags b:if and b:else for More Blog Customizations
    Blogger Conditional Tags b:if and b:else for More Blog Customizations
  • Top 9 Websites for Watching Movies Streaming Online for Free
    Top 9 Websites for Watching Movies Streaming Online for Free
  • Watch Indian Television Channels using VLC Media Player
    Watch Indian Television Channels using VLC Media Player
  • Naughty 18+ NON-VEG Jokes for WhatsApp and Facebook
    Naughty 18+ NON-VEG Jokes for WhatsApp and Facebook

Stay Ahead of the Curve

Join thousands of readers getting our best tech and culture stories delivered straight to their inbox.

About UsContactPrivacy PolicyTerms of Service
FacebookX (Twitter)InstagramYouTube
© HackingUniversity - Hacks . Tricks . How-To's. All rights reserved.