Skip to main content

How To Style Blogger Sidebar Widget Title

Blogger sidebar widget title
I have shown you how to center your blog header. Today I will be guiding you on designing your sidebar widget Title which makes your blog more stylish and classic.

Widget titles appear above your gadgets so long you've written a text into the title box in your widget editor. Generally, these titles are styled based on your chosen template and by default, the sidebar widget title of the older blogger themes are simply plain and don't look appealing to the eyes!

There are several edits that can be carried out with just CSS codes which can result in a beautiful customised and more appealing widget title.
This edit requires nothing more than pasting the needed CSS codes into your theme's skin section through the CSS box in the advanced section of your template's editor.

To design your sidebar widget Title, you need to decide on what how you want your gadget to look like or feel. If you are using the default blogger templates, there are a few edits you can do on your sidebar title like changing the font, size and size but most of those changes will affect other gadgets in your blog because blogger somehow interlinked most gadgets and sections with CSS codes. Any edit on one might affect the other.

So, let's do it the other way.

Navigate to the advanced section of your theme's customizer page then, according to your requirement choose any CSS choice below, edit further to your taste then paste and save...

To make changes to the title alone simply copy the code below and paste into the custom CSS box.
# sidebar h2 {

color: #000; /* your text colour . you can change this */

text-transform: uppercase; /* You can use lowercase instead or remove to use the default rule */

font-size: 16px; /* your Title size. Can be increased */

letter-spacing: 3px;

text-align: center; /* this will center your title */

margin-bottom: 1em;

}


Before


After

Adding border to your Widget Title
If you'd love to add border to your title simply add any of the code below to the code above making sure it/they come before the closing tag "}".

#1 All round border

border: 1px solid #000;

#2 Border below the Title

border-bottom: 1px solid #000;

#3 Border above The Title

border-top: 1px solid #000;

To add border above and below your Sidebar widget title, copy #2 and #3 above and paste in the first CSS code.


To add a background to your sidebar widget title simply copy the code below instead.


# sidebar .widget h2 {

text-transform: uppercase; /* You can use lowercase instead or remove to use the default rule */

font-size: 16px; /* your Title size. Can be increased */

Background: #000; /* your title background. You can change this*/

letter-spacing: 3px;

color: #fff; /* your text colour . you can change this */

text-align: center; /* this will center your title */

margin-bottom: 1em;

}


To use an image as your sidebar title background instead, simply create or download your preferred image and resize to preferable 300 * 50 pixels then copy the code below instead...


# sidebar h2 {

background-image:url(YOUR IMG URL HERE); /* your image URL*/

background-repeat: no-repeat;

height: 30px; /* this is the height of your/background image */

text-transform: uppercase; /* You can use lowercase instead or remove to use the default rule */

font-size: 16px; /* your Title size. Can be increased */

text-align: center; /* this will center your title */

padding-top: 10px /* this will pull the title a bit lower */

}

Comments

Popular posts from this blog

#Day2: Overcoming Procrastination

Have you ever tried getting rid of procrastination but find yourself procrastinating about doing what's needed to be done? # Day2 of my 30 days on a Confused State of Mind. Today, it's about overcoming my biggest struggle, Procrastination. In case you missed #DAY1 Of my Confused State of mind, You can go read it >>>>  Discovering my self-worth 99% of times, I find myself procrastinating but worrying over the fact that I can't fight it! Like whom ever said I couldn't fight it? It's a rough fight and I'm always at the losing end. I feel bad about the fact that I go through this but I'm not ashamed to admit it. Probably spiting it out is one of the ways I've got to fight it. Who Else Rows the Boat? The act of postponing and procrastinating isn't peculiar to me, definitely there are a lot more people out there struggling even worse than I. But it doesn't matter, because we are all birds of a feather!  Obviously, it feels so bad to b...

How To Expand Your Wordpress Ping List

WordPress ping list are indeed useful when you want to extend your blog reach to major search engines. If you are not aware of pinging feature in WordPress, then be aware now! :) When ever you publish, edit or modify a post, WordPress sends ping to all the Ping services which must have been listed under your ping update service. So this way, ping services get notified about new post and search engine will quickly index them. Now by default WordPress notifies all major ping services but we can always extend our limit by pinging more services. adding them manually is an option definitely.  Below is a list of ping services for WordPress , which will help you to ping more services. You can also copy the list from WordPress doc file http://rpc.icerocket.com:10080/ http://blogsearch.google.com/ping/RPC2 http://1470.net/api/ping http://api.feedster.com/ping http://api.moreover.com/RPC2 http://api.moreover.com/ping http://api.my.yahoo.com/RPC2 http://api.my.yahoo.com...

I Hate Captchas, We All Hate Google Recaptcha

A good number of internet users if not all have come across and solved a captcha. Captchas are antibot checkers employed by websites to impede scam and spam. but these captchas are somewhat annoying and the latest and now most popular member of the captcha family, Google recaptcha, keeps popping up here and there in an absolutely unbearable and annoying manner. Solving captchas over the years have become somewhat harder and uncalled-for, especially with the spread and popularity of Google recaptcha. Solving captchas used to be fun and easier when users had to type in words and numbers as seen correctly but now reverse is the case as most websites have began using google recaptcha and recently, in order to have access to some websites, you need to prove that you are human! obnoxious I must say! To avoid getting stressed over selecting all roads, cars or signs, you could simply use Google Chrome browser. It's sickening that out of 10 sites you visit in a day, at...