Ads

How to Make Color Label Cloud

Tag or label mentioned in a blog category also very important benefits in addition is to classify the posting, in terms of SEO also helps. With the existence of these labels will facilitate visitors in finding the information sought.
In terms of innate view of Blogger appearance of label is actually spelled is good enough but if we are not happy we can make the appropriate modifications to the look we want, by making the writing on the label is colored cloud, or by making the appearance of this spin label cloud.
To make it difficult even for a beginner though as only live just copy and paste .

Stage in the modification of this Label Cloud as follows:
1. Log in to Blogger.com.
2. Select Design - > Edit HTML.
3. First backup your template by downloading the template.
4. Then find the code below:

]]></b:skin>

5. Then place the code below directly above

/*--- Color Cloud --- */
.label-size-1 a {
font-size: 12px;
text-decoration: none;
color:#66B5FF;}
.label-size-2 a {
font-size: 14px;
text-decoration: none;
color:#cc0000;}
.label-size-3 a {
font-size: 15px;
font-family: Arial, Tahoma, Verdana;
text-decoration: none;
color:#38B63C;}
.label-size-4 a {
font-size: 18px;
font-weight:bold;
text-decoration: none;
color:#ff7c66;}
.label-size-5 a {
font-size: 24px;
text-decoration: none;
color:#ffcc66;}
.label-size-1 a:hover, .label-size-2 a:hover, .label-size-3 a:hover, .label-size-4 a:hover, .label-size-5 a:hover {
text-decoration:underline;
}



Description: The article "Color" in the code is the color of each text from a label you please change according to your liking.

Finished, save the template changes and see results. Good luck!