BlogTariff


Here another way to convert your blog attractive and stylish by adding stylish colored borders to each Widget or Gadget on blogger blogs. Lots of time will consume on customizing blog with borders but here you don’t need to work hard to modish your blog. By adding simple and easiest technique widget code bestows your blog look more attractive and the way you can impress the readers/visitors by its eye-catching appearance.
Here, BlogTariff presents customizable “BTF Stylish Widget Border code” for bloggers to maximize visitors/readers. Simple and easiest technique widget code bestows your blog look more attractive. Let’s begin the tutorial to add widget.

How to Add “Borders to Widget/Gadget to Blogs?

Sign into your blogger account
Click on “EDIT HTML” link Tab
(Before you do experiment on your blog Backup blog template if anything goes wrong you can reuse it again)
Search for code
 ]]></b:skin>
After finding the code now copy your choice code and paste above to it

Border type: Simple Square Color

.widget {
padding: 5px;
border: 1px solid  #ff0000;
}

Border type: Simple  Square  Color With Filled Background

.widget {
padding: 5px;
border: 1px solid #ff0000;
background:#ffffff;
}

Border type: Simple  Square  Border With Filled Background and Shade

.widget {
padding: 5px;
border: 1px solid #ff0000;
background:#ffffff;
box-shadow: 3px 3px 3px #ff0000;
}

Border type: Simple Rounded Border

.widget {
padding: 5px;
border: 1px solid #ff0000; -moz-border-radius:6px; -webkit-border-radius:6px;
}

Border type: Simple Rounded Border With Filled Background

.widget {
padding: 5px;
border: 1px solid #ff0000; -moz-border-radius:6px; -webkit-border-radius:6px;
background:#ffffff;
}

Border type: Simple Rounded Border With Filled Background and Shade

.widget {
padding: 5px;
border: 1px solid #ff0000; -moz-border-radius:6px; -webkit-border-radius:6px;
background:#ffffff;
box-shadow: 3px 3px 3px #ff0000;
After successful adding the code now, "Save the Template" and preview.

Appreciation

If you enjoyed the above article and helped you little bit let know your views and suggestions via comments and we always appreciate on Subscribing to Us for ensuing posts- Don't Miss.

Post a Comment Gmail ID

Do not Try to Add Spam Comments

 
Top