How To Add Stylish CSS Demo & Download Buttons in Blogger?
When bloggers need to give external links to download or demo links, usually apply an anchor tag; nevertheless, demo and download buttons might be useful in attracting readers to click links.
It is simple to build a button in Blogger by employing the button> element or CSS elements like height, borders, and so on.
In this article, I'll show you how to create a Pure CSS-based simple and good CSS Demo and Download Buttons on Blog which look beautiful and blend in well with the design. Let's have a look at some amazing features.
Button Features
CSS only.
Weighs little.
Icons from Font Awesome were used.
A straightforward HTML/CSS combination.
Hover Effect is a cool effect.
On hover, the text changes as well.
It is simple to personalize.
Blogger requires more customization than other CMS because it does not support the addition of external plugins. As a result, we'll need to customize our current [blogger template] to include a stylish demo and download button in our blogger blog.
Step-1: Add Font Awesome
If you've previously installed Font Awesome on your Blogger blog, you can skip this step. If not, go to Template > Edit HTML > Find </head> and paste the code above it.
<script type='text/javascript'> //<![CDATA[ function loadCSS(e, t, n) { "use strict"; var i = window.document.createElement("link"); var o = t || window.document.getElementsByTagName("script")[0]; i.rel = "stylesheet"; i.href = e; i.media = "only x"; o.parentNode.insertBefore(i, o); setTimeout(function () { i.media = n || "all" }) } loadCSS("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css"); //]]> </script> <noscript> <link href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css' rel='stylesheet'/> </noscript>
Step 2: Add CSS Code Of Demo & Download Buttons
Now, we will add CSS code to the Blogger template. Search for code ]]>/b:skin> and add the CSS code above it.
If you want to change the icons you can easily do it by changing <i class="fa fa-laptop"></i> and <i class="fa fa-download"></i>.
You have done. Successfully you installed the stylish demo and download buttons in blogger posts. We made them with simple CSS code, The buttons code does not impact page speed.
Conclusion
💖 thank you so much for visiting our site, i hope you ve found value in this post Stylish CSS Demo & Download Buttons for Blogger.and if so, Please subscribe,like our pages and also share it with your friends and follow our blog for more updates like this.
if you face any problems or issues regarding our website or have any question,suggestion,contribution or make a report. Please feel free to ask us in the comments section below or Contact us via contact us page