Demo Các hướng dẫn thủ thuât trên Blogsopt

tháng 1 2017
Add-on Wordpress Plugin Adsense Backlinks Best Blogger Template Blog And Magazine Wordpress Themes Blogger Gadgets Blogger Plugins Blogger SEO Blogger SEO Tips Blogger Templates Blogger Tricks Blogger Tutorials Blogger Widgets Blogging Blogspot Series BlueHost Business City CodeCanyon Computer Corporate Wordpress Theme Creative Creative Market Creative Wordpress Theme CSS Cuisines Destination Directory & Listings Domain eCommerce WordPress Plugin eCommerce Wordpress Theme Extensions Pack Facebook Fashion FontAwesome Foods Gallery Google Google AdSense Google Webmaster Tools Hack Host Hosting HTML Hướng dẫn JavaScript Magazine Blogger Template Make Money Online Marketing Material Design Membership Miscellaneous MultiMedia Blogger Templates Multipurpose Blogger Template Music MySQL News News Blogger Template People Phần mềm Phones Photography PHP Portfolio Premium Blogger Templates Productivity Responsive Blogger Template Rss Subscribe Widget SEO SEO Optimized Blogspot Templates SEO Tips SEO Wordpress SEO Wordpress Tips Server Social Media Share Button Social Subscription Widget Software Soliloquywp Speaker Tablets Tài liệu Tech Technology Template Blogspot TheEventsCalendar Thủ Thuật Thủ Thuật Blogger Thủ Thuật Máy Tính Tin tức Tool Travel Trends Utilities WordPress Plugin Video Wedding Widgets WooCommerce Wordpress Plugin Wordpress Seo Wordpress ThemeForest Themes Wordpress Themes Wordpress Tricks Wordpress Tutorials World News WP Plugins WP Sliders Yahoo Youtube

install add stylish beautiful custom label widget in blogger template
Hello Folks, Today in this article we are going to explain How to add Flat Colorful Label Widget in blogger template.You might have noticed in other websites that there tags or categories looks in different style.In this gadget we have used pure CSS for styling.However you can change the color according yourself.Blogger default cloud label widget is very simple and does not suits any blogger website niche.This widget looks like diamond shape and definitely increase the look of your blogspot blog.In order to increase page views of your website you must install categories section so the visitors can understand the topics of your website.In previous post we have shared Adding drop down function on blogger labels.So to give stylish on your labels you must install flat colorful label widget in your blogger template.To create widget follow the steps mentioned below.

How to Create Flat Cloud Colorful Label Gadget In Blogger Template

Installation Steps:
Step 1. Log in to your Blogger account and Go to your Blogger Dashboard.
Step 2. Now Click on -> Template -> Edit HTML.

Step 3. Now Search for ]]></b:skin> or </style> by Pressing Ctrl+F keys.

Step 4. Now Copy the below CSS and paste it just before/above </style> or ]]></b:skin>.


/*Flat Cloud Label Widget By www.Bloggersstand.com*/
.Label a{
padding-left: 5px;
padding-right: 31.5px;
color: #fff!important;
height: 32px;
background: #63953D;
margin-right: 2px;
line-height: 28px;
text-decoration: none;
border: none !important;
-webkit-transition: all .3s ease-in-out !important;
float: left;
margin-top: 2px;
font-size: 12px;
text-align: left; }
.Label a:hover{
color:#fff !important;
background:#8ED557; }
.Label a:after{
content: "";
position: absolute;
width: 0px;
height: 0px;
border-width: 16.5px;
border-style: solid;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.3) rgba(0,0,0,0.1) transparent;}

Customization:
  • To Change the background color replace 63953D with your desired color.
  • To Change the Hover background color replace 8ED557 with your desired color.
  • You can choose colors from color wheel picker or color code generator.
Step 5. Now Save your Template..Done !

How To Add Demo And Download Buttons In Blogger template with fontawesome icon and css
Hello Folks,Today in this article we are going to explain you How to Add Demo and Download Button Using CSS and Font Awesome.These Demo and Download Button will Surely increase the look of your website or blog.However might be you guys are using different type of Demo and Download Buttons by using any kind of scripts or image link for display.But these Buttons are totally different it loads very fast because we have used pure CSS3 and Font awesome icons.Now Day every blog or website have font awesome feature in their website.
If you don't have fontawesome feature don't worry,you can add them anytime.To add font awesome read here:How to Add Font awesome icons in my template.Demo and download buttons come with font awesome icons and you can change the icon also if you want.So to add Buttons in your blogger template follow the steps mentioned below.
Demo
See the Pen GoPWym by BloggersStand (@bloggersstand) on CodePen.

How to add demo and download buttons with font awesome icon 

installation steps:

Step 1. Log in to your Blogger account and Go to your Blogger Dashboard.
Step 2. Now Click on -> Template -> Edit HTML.
Step 3. Now Search for ]]></b:skin> or </style> by Pressing Ctrl+F keys.
Step 4.Copy the any style code from below and paste it just before the ]]></b:skin> or </style> tag.
#Style 1
/* CSS Button Style by www.BloggersStanD.com */
.bsdbutton{float:left;list-style:none;text-align:center;width:95%;margin:10px;padding:2px;font-size:14px;clear:both}
.bsdbutton ul{margin:0;padding:0}
.bsdbutton li{display:inline;margin:5px;padding:0;list-style:none}
.bsdbutton li a.demo,.bsdbutton li a.download{position:relative;padding:9px 48px 9px 16px;background:#f39c12;color:#fff!important;font-weight:700;font-size:14px;text-align:center;text-transform:uppercase;letter-spacing:0.5px;border-radius:3px;box-shadow:0 1px rgba(0,0,0,0.1);line-height:normal;transition:all .3s}
.bsdbutton li a.download{background:#3498db}
.bsdbutton li a.demo:hover,.bsdbutton li a.download:hover{background:#666}
.bsdbutton li a.demo:active,.bsdbutton li a.download:active{cursor:pointer}
.bsdbutton li a.demo:after,.bsdbutton li a.download:after{content:'\f135';background:rgba(0,0,0,0.1);position:absolute;right:0;top:0;font-weight:normal;display:inline-block;margin:0 0 0 10px;color:#fff;padding:11px;font-family:fontawesome}
.bsdbutton li a.download:after{content:'\f019'}
#Style 2 
/* CSS Button Style by www.BloggersStand.Com */
.bsdbutton1{float:left;list-style:none;text-align:center;width:95%;margin:10px;padding:2px;font-size:14px;clear:both}
.bsdbutton1 ul{margin:0;padding:0}
.bsdbutton1 li{display:inline;margin:5px;padding:0;list-style:none}
.bsdbutton1 li a.demo,.bsdbutton1 li a.download{position:relative;padding:14px 48px 14px 16px;background:#f39c12;display:block;color:#fff!important;font-weight:700;font-size:14px;text-align:left;text-transform:uppercase;letter-spacing:.2px;border-radius:3px;box-shadow:0 1px rgba(0,0,0,0.1);line-height:normal;transition:all .3s;max-width:170px;margin:auto;overflow:hidden}
.bsdbutton1 li a.download{background:#3498db}
.bsdbutton1 li a.demo:hover,.bsdbutton1 li a.download:hover{background:#666}
.bsdbutton1 li a.demo:active,.bsdbutton1 li a.download:active{cursor:pointer}
.bsdbutton1 li a.demo:after,.bsdbutton1 li a.download:after{content:'\F054';background:rgba(0,0,0,0.1);position:absolute;right:0;top:0;font-weight:normal;display:inline-block;margin:0 0 0 10px;color:#fff;padding:16px 24px;font-family:fontawesome;transition:all .3s}
.bsdbutton1 li:hover a.demo:after,.bsdbutton1 li:hover a.download:after{background:transparent;-webkit-animation:bounceright .3s alternate ease infinite;animation:bounceright .3s alternate ease infinite}
@-webkit-keyframes bounceright{from{-webkit-transform:translateX(0)}to{-webkit-transform:translateX(3px)}}
@keyframes bounceright{from{transform:translateX(0)}to{transform:translateX(3px)}}

Customization:


Step 5. Now Search for <head> by Pressing Ctrl+F keys.
Step 6.Copy the below Font Awesome Icons script and paste it just before the <head> tag.
<link href='//netdna.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css' rel='stylesheet'/>
Step 7. Now Save your template.

How To Add Demo and Download button inside the post editor

Whenever you create a new post and you want to add these buttons just click on HTML mode tab near compose mode inside your post editor and choose your place where you want to show these button just paste the any one of style to show the buttons inside the post.
#Style 1
<div style="text-align: center;">
  <ul class="bsdbutton">
    <li><a class="demo" href="http://www.bloggersstand.com" target="_blank">Demo Link</a></li>
    <li><a class="download" href="http://bloggersstand.com" target="_blank">Download Link</a></li>
  </ul>
</div>
<div class="clear"></div>
#Style 2 
<div style="text-align: center;">
  <ul class="bsdbutton1">
    <li><a class="demo" href="http://bloggersstand.com" target="_blank">Demo Link</a></li>
    <li><a class="download" href="http://bloggersstand.com target="_blank">Download Link</a></li>
  </ul>
</div>
<div class="clear"></div>
And Publish Your Post ! 

MKRdezign

Biểu mẫu liên hệ

Tên

Email *

Thông báo *

Được tạo bởi Blogger.
Javascript DisablePlease Enable Javascript To See All Widget