Shortcodes / Icon Bar
Shortcodes / Icon Bar
… Add a Icon Bar
Add a Gadges HTML
- In your blogger dashboard.
- Go to "Layout".
- Locate the section.
- Click on "Add a Gadget" and we recommend adding these widget:
+ Widget "HTML/JavaScript" To add component codes.
- Select and paste the Code
- Select "#" and paste you link.
- Click "Save".
Edit Code:
- Copy the code.
- Open notepad or a code editor.
- select code "class size" and "Any of the styles".
- Paste the code in "Your class".
- Paste your link in "Your link".
- Add your title in "Your title".
Code:
Not link.
<div class=" You Class "></div>
With link.
<a class=" You Class " href=" You Link "></a>
Code Class:
… Class Size
icon-bar-1x
icon-bar-2x
icon-bar-3x
Not link.
<div class="icon-bar-1x"></div>
With link.
<a class="icon-bar-1x" href="#"></a>
… Theme Color
theme-blue
theme-black
theme-gray
theme-white
theme-green
Not link.
<div class="icon-bar-1x theme-blue"></div>
With link.
<a class="icon-bar-1x theme-blue" href="#"></a>
… Theme Outline
theme-outline-blue
theme-outline-black
theme-outline-gray
theme-outline-white
theme-outline-green
Not link.
<div class="icon-bar-1x theme-outline-blue"></div>
With link.
<a class="icon-bar-1x theme-outline-blue" href="#"></a>
… Theme Flat
theme-flat-blue
theme-flat-black
theme-flat-gray
theme-flat-white
theme-flat-green
Not link.
<div class="icon-bar-1x theme-flat-blue"></div>
With link.
<a class="icon-bar-1x theme-flat-blue" href="#"></a>