Hi friends,in this post we see design labels using bootstrap3.0 buttons .
Goto your blogger account>>Template>>Edit html and add below <head>,
<meta content='width=device-width, initial-scale=1.0' name='viewport'/> |
- In the next step you have to find your label wiget id
- Goto Layout section ,choose your sidebar widget which you want to design and click edit.
- It popup and see the url and at the end you find like this widgetid=’……..’ like below.
- Now goto Template>>Edit html .Click format template.And click ctrl+f and paste that widget id
- Now you can find the label widget in HTML Section.Just add the bold code in correct place like below table.
- For easy understand, in label part you can find two parts same like below
<a expr:dir='data:blog.languageDirection' expr:href='data:label.url'>
- You just add class='btn btn-warning' just after < a (there is more buttons,here we use warning buttons )
- We use in two places because one for list type and another for cloud type.
<b:widget id='Label1' locked='false' title='Labels' type='Label'> |
.See sample images below,
List type:
Cloud type:
- Sometimes text may not appear due to same text colour .So change that colour as your wish by going here <b:skin>…</b: skin>.In between these find and change text and link colour of label.
- That’s all friends you have designed your blogger label.
0 comments :
Post a Comment