Shortcodes / The icon
Shortcodes / The icon
… Add a The icon
Add a The icon 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
- Click "Save".
Edit Code:
- Copy the code.
- Open notepad or a code editor.
- select code "class size".
- Paste the code in "Your class".
Code:
Not link.
<div class=" You Class "></div>
Code Class:
… Class Size
the-icons-1x
<div class="the-icons-1x"></div>
Add a Icon in Font Awesome
- Go to Get in page Font Awesome.
- Click in the bar left "Free".
- Search and select icon.
- Click in "Your icon".
- Click for copy the link, example: "<i class="fa-brands fa-android"></i>".
- Copy the following: "<i class="fa-brands fa-android"></i>".
- Paste it as follows:
Code Example:
<div class="the-icons-1x fa-android"></div>