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

Earn While you Save With Alat.ng

If you've always wanted to save up for the future, but didn't take actions for reasons best known to you, now is the time to reconsider your thoughts and take actions, because there is a digital bank known as ALAT waiting to be utilized. What Is A Digital Bank? According to Avoka.com; "Digital banking is the digitization (or moving online) of all the traditional banking activities and programs that historically were only available to customers when physically inside of a bank branch." What is ALAT? ALAT is a digital bank, the first if its kind in Nigeria! It is an innovation of Wema Bank Nigeria, developed to give you easy access to saving your funds and doing other bank transactions without being physically present at the bank.  With Alat digital bank, you can open a savings account using your phone number and Bank Verification Number (BVN) as well as other documents that you will be prompted to upload during the registration process. It’s simple, convenient, reliabl...

How To Add Instagram Feed To Your Blog

You probably have an Instagram account and would want to showcase your pictures in your blog. Adding an Instagram widget to your blog goes beyond just showcasing your account to gaining followers, who wouldn't want more followers? This post will be your guide in embedding an Instagram feed into your blog. For people do not use or have an idea of Instagram, to let you know about the beautiful platform, I will run through it briefly.  Instagram is an online photo and video sharing network which let you share photos and videos straight from your mobile device to your account for your followers viewing pleasure. With Instagram, you can automatically share your photos and videos on social media networks such as Facebook, Twitter, Tumblr, and Flickr. I will be sharing a couple of tutorials with you today that not require a plugin, and can be used on either WordPress or Blogger platform, although I will center more on blogger users. There are many websites that could work ...

An Unbiased Infolinks Review

Today, I will be going over the adnetwork, infolinks.com in my own way. let's find out if it is a good adsense alternative or one that can be used with adsense. Discovering Infolinks I found out about infolinks while searching for AdSense alternatives when I was unable to get AdSense approved for my account, Then I applied with my previous blog but darn, the blog probably did not meet their demands and I was never approved. Few months laters I got AdSense approved for my blog but that didn't live long enough, to my detriment and after been blown off by the infamous Adsense Disablement ish (made me ditch my previous blog)... Months after setting up my new blog, I had to look for an AdSense alternative, and every research I made, didn't exclude Infolinks, and this made me think highly of them and so I had to give an application another shot, this time within a day, I got approved to display ads on my blog... Bam! Such a nice achievement... Getting To Understa...