How To Upload The Blogger Template
- Go to Blogger Dashboard > Locate your Blog if you have more then one blog.
- Click on More Options Drop Down and choose Template
- Click on the Backup/Restore button on Top Right Corner
- Click on Download Full Template button to backup your Old template for safety
- Click the Browse button and locate Minimum a Responsive blogger template.
- Click on the Upload Button. And you are Done!
Customization
Basic Steps : These are basic steps you need to follow for each customization.
- On New Blogger Dashboard Go to Template & Edit HTML Button
- Ignore the Warning and Click the Proceed button
- Check/Tick the Expand Widget Template check-box
Customize the Main Menu
Search for the Following Code
<!-- Main menu -->
After that you will see a Link list items Customize it your ownTo Customize the Home page Subscription Box
Search for the Following Code
<div class='info'>
After that you will see a Link list items Customize it your own.
To customize the Footer Navigation Box
Search for the Following Code <div class='footer-bottom'>
After that you will see a Link list items Customize it your own.
Adding Custom Buttons
You can add custom buttons in three different sizes. To add it copy the button codes as per your need.
Code for Big size Buttons:- <div style="text-align: center;"><a class="button large" href="YOUR_LINK">Button text</a> </div>
Code for Medium size Buttons:- <div style="text-align: center;"><a class="button medium" href="YOUR_LINK">Button text</a></div>