LATEST >>

Welcome Here And Thanks For Visiting. Like Us On Facebook...

EXEIdeas – Let's Your Mind Rock » Blogspot / Blogspot Tricks » How To Add Stylish Border Around Selected Widget Of Blogger?

How To Add Stylish Border Around Selected Widget Of Blogger?

How To Add Stylish Border Around Selected Widget Of Blogger?

It’s a dream of every blogger that his blog should blink in the eyes of his readers, attractively. If content is the king, then Design is the palace and the royal palace must be decorated and varnished well . You can call a talented designer to design your castle, so as your blog. But in case of blog, you have to know some simple tricks that you can use to make it more attractive and a bit different. With CSS3, there are lots of such tricks, which can be easily implied even in blogger. Today we are going to talk about such a trick — How to add stylish Round corners to blogger themes/Widgets. So, Let’s start !

Some time your template is so simple that it can not attract visitors, so you have to spices up your blog, but after that time your blog gonna heavy day by day and visitors also dislike this. So now here is the middle way to design simple and stylish with easy and short coding. If you want to add borders you can also use this code, There are many different type of codes given below.But first have a look on both two image that are showing your before and after effect of this code.(This Is Not A Perfect Image)

Recommended For You:
Gorgeous EXE-Style POP-UP V2 Widget For Blog And Website.

By this useful article you teach that How you add Stylish and Handsome borders to free blog blogger gadgets, in my experience blogger gadgets is very useful and give attraction to your visitors and readers. If your blogger blog gadgets is beautiful your readers and visitors could be stay some time on your blogger blog. So now you are ready to give shades and stylish border to your blogger blog I am describing and and giving some tips to you see the following suggestion.

How To Add Stylish Border Around Selected Widget Of Blogger?
Before

How To Add Stylish Border Around Selected Widget Of Blogger?
After

Features:

1.) It Will Change Your Desired Widget Background Only Not All.
2.) Simple Steps Wioth Easy Installation.
3.) Quick To Load And Awesome In Look.
4.) Pure CSS Code.
5.) 6 Different Style Is Provided Below.
6.) Fully Customizable.

How To Do This In Blogspot?

1.) For All Of These Code, You Have To Do Some Thing Like This.
2.) Go To Your www.blogger.com
3.) Open Your Desire Blog.
4.) Go To Layout.
5.) Click “Edit A Gadget” On Which You Want To Add Border.
6.) Get The “Gadget” ID Where You Want To Put This Code…(If You Don’t Know How To Get Widget ID Just Comment Below, I Will Explain You Easily)
7.) Open Edit HTML.
8.) Expand Your Widget.
9.) Find ]]></b:skin>
10.) And Paste The Below Code Just Before It.

Recommended For You:
Do And Don't For Beginners While Designing A WEB

For Simple Square Color Border:-

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

For Simple Square Color Border With Filled Background:-

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

For Simple Square Color Border With Filled Background And Shade:-

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

For Simple Rounded Color Border:-

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

For Simple Rounded Color Border With Filled Background:-

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

For Simple Rounded Color Border With Filled Background And Shade:-

#YourWidgetID {
padding: 5px;
border: 1px solid #ff0000; -moz-border-radius:6px; -webkit-border-radius:6px;
background:#ffffff;
box-shadow: 3px 3px 3px #ff0000;
}

Customization:

1.) Change “#YourWidgetID” With Your Desired Widget ID.
2.) You Can Also Change The CSS With Your Desire.
3.) Save And Done.

You Like It, Please Share This Recipe With Your Friends Using...

28 Responses to “How To Add Stylish Border Around Selected Widget Of Blogger?”

  1. Thanks……..Plz tell me about Widget ID…….

  2. Janmejaya says:

    Great post.
    I am interested to using this in my blog.

  3. Atif Imran says:

    perfect for my blog….great work admin..thanks

  4. Niesha says:

    I ma not able to find my gadget Id plz help..

  5. abhishek says:

    thanks for the post

  6. Anonymous says:

    Amazing.. you have sorted my problem. 10/10

  7. amaz says:

    i want rounded corner in my post including post title please help
    thanks

  8. zahid says:

    Great site. I am loving it. This site helps to learn great tricks . I am going to use this border technique on my blog. Great. Keep it up admin.

  9. adrian lucernas says:

    Didn’t work in my blog bro..BLOGGER Tips and Tricks! can you help me..

    Thanks!

  10. RAVALIYA RAMDE says:

    How to add a stylish border in each gadget or how edit in html code or i dont understand that proces that how to add border..pls info.me

  11. Athina Valyraki says:

    Hi! Thanks for the info! I had added a border around my main blog column, where I post the pictures (id: Blog1) using your code a while ago and now I am looking to remove it. I thought that just by removing the bit from the HTML code would do the trick but it hasn’t changed. Can you tell me if I can do it with CSS? This is my website: http://www.notyouraveragestylefix.com/

  12. vikram patel says:

    How to know gadget ID please tell me in brief

    • EXEIdeas says:

      First Open Your Desired Widget From Layout Tab Of Blogger. Now Check The POPUP Of Widget Editing AddressBar And Go To The End Of AddressBar And Get Your Widget ID.

  13. Ajinkya says:

    Please tell me how i can increase width of border

Leave a Reply to Ajinkya Cancel reply

Your email address will not be published. Required fields are marked *