Assamtechtricks

How to change the default color of hyperlinks in Blogger

The design of a blog is the main thing that a blogger should concern about, because a nicely designed blog can give you more traffics than a odd looking blog. The more you think about the visitors the more they think about you. Though the blog design means a lot for a
blogger, in the same time we should care about its uniqueness. It is very good sign for a blogger if his/her blog looks different from others but should maintain the design as well. 

Today in this tutorial I am going to discuss one of the curious topic that most of the bloggers worry about. The   tutorial is about changing the hyperlinks color. You might fade up of using the old fashioned hyperlinks. So its time to spice it up. Here I go.

Follow the following steps
1) Go to Blogger-----Template------Edit HTML
2) Find out the <b:skin> tag as shown below


3) Now click on the tiny black arrow to expand the <b:skin> tag
4) Now search for the following codes

<Group description="Links" selector=".main-outer">     
<Variable name="link.color" description="Link Color" type="color" default="#2288bb" value="#000000"/>     
<Variable name="link.visited.color" description="Visited Color" type="color" default="#888888" value="#000000"/>    
 <Variable name="link.hover.color" description="Hover Color" type="color" default="#33aaff" value="#0b6bc7"/>   
</Group>

5) Now change the hex color codes according your choice
That's all. If you have any query then you can ask me.