Shortcodes / Button
Shortcodes / Button
… Add a Button
Add a button 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:
<a class=" You Class " href=" You Link "> You Title </a>
Code Class:
… Class Size
btn-1x,
btn-2x
btn-3x
btn-4x
btn-5x
<a class="btn-1x" href="#">Primary Button</a>
… Theme Color
theme-blue
theme-black
theme-gray
theme-white
theme-green
<a class="btn-1x theme-blue" href="#">Primary Button</a>
… Theme Outline
theme-outline-blue
theme-outline-black
theme-outline-gray
theme-outline-white
theme-outline-green
<a class="btn-1x theme-outline-blue" href="#">Outline Button</a>
… Theme Flat
theme-flat-blue
theme-flat-black
theme-flat-gray
theme-flat-white
theme-flat-green
<a class="btn-1x theme-flat-blue" href="#">Flat Button</a>
… Theme Link
theme-link-blue
theme-link-black
theme-link-gray
theme-link-white
theme-link-green
<a class="btn-1x theme-flat-blue" href="#">Fill Button</a>