Before y'all larn started amongst this tutorial, nosotros would recommend y'all to larn through how to add together labels inwards your posts thence that y'all tin empathize amongst a lot to a greater extent than authority.
Display All Labels amongst Post counts inwards Blogger:
Some pop sites tend to display all labels on their mistake or non constitute pages to furnish users a few prepare of options that they tin utilization to discovery a relevant topic. However, roughly sites display them inwards either sidebar or footer thence here’s how y'all tin display all labels amongst post counts inwards a cast of label cloud:Go to Blogger >> Add a gadget >> Labels >> (Select label cloud inwards types) in addition to relieve the widget. Now it depends on y'all where y'all would similar to house it either inwards the sidebar or footer.
Now y'all mightiness encounter a label cloud on your site subsequently next the higher upwardly teaching but it may non live on every bit pretty or attractive every bit y'all mightiness live on looking for thence add together the next CSS coding inwards your template merely higher upwardly the peel tag.
/*--- MBL Custom Label Cloud With CSS3 --- */
.Label a {
padding-left: 20px;
background: #000;
padding: 0 20px;
color: #fff!important;
border-radius: 100px;
-moz-border-radius: 100px;
height: 32px;
line-height: 32px;
text-transform: uppercase;
text-decoration: none;
border: none !important;
-webkit-transition: all .3s ease-in-out !important;
t: 30pxt: 30px;
float: left;
margin-left: 5px;
margin-top: 5px;
font-size: 14px;
}
.Label a:hover {
color: #000 !important;
background: #ff0;
}
You tin ever customize the CSS according to your likings, here’s a demo of what y'all volition encounter subsequently applying the higher upwardly code inwards your template.
Styling Labels inwards your Posts Meta Information:
The bulk of Blogger templates comes amongst a nicely agency post information meta information that displays labels that y'all stimulate got tagged your post amongst inwards post editor. However, roughly onetime templates don’t stimulate got this functionality or if they do they are non attractive anyway, or y'all may similar to agency them differently.The rattling start affair y'all demand to do is to accept attention of which CSS Class or ID that is been used past times your blogger template to display labels. You tin utilization Google Chrome’s inspect chemical cistron to figure that out. Right click on the label in addition to direct “Inspect elements” this volition opened upwardly up a window at the bottom of your concealment merely every bit it is shown inwards the screenshot below:
.meta_categories {
float: left;
margin-bottom: 10px;
text-transform: uppercase;
width: 100%;
font-size: 14px;
}
.meta_categories a {
text-decoration: none;
}
This is the halt upshot of what y'all volition encounter on your site. However, y'all tin customize it according to your likings.
Comments