Wednesday, April 3, 2013

DIY: How to Set a Custom Highlighted Text Color for Blogs

Hey everyone! It's Skye, back from an über long hiatus, buuut I'm back with a brand-new tutorial! Today, I'm going to show you how to set a custom highlighted text color for your blog. For example:


In this picture, the highlighted text color is a nice fuchsia color. To do this, we're gonna do some coding, which is a first for this blog.


Using Blogger, go onto "Template Editor", then press "Advanced". Scroll down to the "Add CSS" section. Click it. It'll take you to this huge white box.


Copy & paste this code:

::-moz-selection { 
background-color: #######
color: #ffffff;
}

::selection {
background-color: #######;
color: #ffffff;
}

For the highlighted "##" part, put in any color code. You can find a whole bunch of them here. Ta-da! Does your blog look fantastic yet? (;

- Skye
AGTube Designs






No comments:

Post a Comment

Have fun commenting!
Be sure not to post anything inappropriate or rude, especially towards any users or any of my designs.
Thank you! (:

- Skye
AGTube Designs