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...

Beautify Your Blogspot Blog With TESH, A Premium Premade Blogger Template

If you've been looking for a stylish template for your blogger blog, then you'll definitely love the look and feel of "Tesh", a classic, chic, as well as black and white premade blogger template, suitable for personal, fashion, lifestyle bloggers as well as other bloggers. Tesh is not only classic but responsive and has been built to beautify your blog's view... If you've been looking for a minimalist blogger template that isn't heavy but lightweight, then tesh is perfect just for you... No fuss, she's worth your thoughts and utilization. Note: This is a blogger template, it wouldn't work on WordPress, tumblr or any other platform but blogger. Demo - http://www.tesh-demo.blogspot.com Features of Tesh ~ Responsive layout ~ Auto read more button ~ Breadcrumbs in post page ~ Related posts widget ~ Classic share buttons ~ Stylish about me widget ~ Beautiful labels design ~ Numbered page navigation ...

Just Another Way To Save With A Piggybank

While growing up, I wished for a piggybank, despite having access to numerous saving boxes. Trust me, I always thought a piggy bank would be great and advanced than a square box! At least it wasn't our conventional DIY savings method. But then, what if my dream had come true, maybe not at the time I wanted it but sometime later? I'd probably save and get to destroy my bank! Piggybank is a generic English term used to denote the earliest means of storage of money, using a hollow ceramic statue of a pig. Well, did you ever use a savings box and wished for a Piggy bank? It's probably time to stop being archaic and get digital because, there's a Piggy bank in town who's gone so digital. About piggybank.ng In a brief note, Piggybank.ng is a Nigerian Financial Technology (Fintech) startup which run a hassle free online savings scheme. Piggybank if granted access to a user's bank account will make periodic deductions for the purpose of saving towards a target. This inn...