Learn Thesis Theme Fast to Build Unique and Beautiful Websites

  • Thesis Designer Guide is the fastest way to learn the Thesis framework.
  • A step-by-step guide walks you through all the essential things you need to know to become a Thesis design expert.
  • You don’t need to be a programmer to learn Thesis design.
  • The complete Thesis Designer Guide covers all the coding basics and tools needed to become a Thesis expert.

Learn Thesis Theme! Get Started Now!

How to Customize Side Bar Heading Background colors and Fonts in Thesis Theme?

by in Thesis Theme Customization

Hi Thesis theme users! Hope you have already satisfied with your thesis theme. You know that our thesis theme looks minimalist. Some bloggers don’t agree with the word minimalist when you use it regarding thesis theme. I am also. You can’t tell it like that. Because thesis can bend and blend as per our wish. Ok. Now i am going to show you how to customize the side bar heading in thesis theme. After learnt this tutorial, you can able to add boxes in side bar heading, change colors of background and text, change font sizes and padding.

In this tutorial, I have included the video & css style sheet code also. Watch the video tutorial. It shows how to do the customization.

Side Bars Background Color and Fonts Customization in Thesis Theme

If you can’t watch the video, then follow the below steps to complete customization of side bars.

1. Normally thesis theme Simple side bars. You want to customize it as per the colors and fonts which you have used in thesis. I have customized my theme as shown in the above video tutorial. I give my

code also here. What you should do with this code is, just change the colors, fonts and padding, and paste it your custom.css style sheet.

Here is the code:

.custom .sidebar h3{background-color: #00B8B8; -moz-border-radius: 4px; padding: 0.1em 0.1em 0.1em 0.5em; font-weight:bold; font-size:1em; color:#ffffff;}

2. Now i show you how to add this code in your custom.css. Go to your wordpress dashboard. Click on ‘Custom File Editor’ under ‘Thesis Theme options’ in bottom left navigation of dashboard.

3. You can see custom file editor box there. Make sure you are going to edit in ‘custom.css’. Because there will be three options.

1. Custom.css
2. Custom_function.php
3. Layout.css

4. Just paste the above code in custom.css. Now you can go and see your sidebars with rich look. You can simply change the color by replacing the color code given in the above code. You can also change the font size of side bar texts by replacing the font size in the above code. If you want to change the width and height of the side bar heading boxes, simple increase the padding mentioned in the above code.

Thesis sidebar customization

Hope I helped you to customize your thesis sidebars.  If you have any questions just leave a comment here or contact us using contact form.  You can also check my other thesis tutorials in our blog or watch all the video tutorials in our YouTube channel.

VN:F [1.9.17_1161]
Rating: 0.0/5 (0 votes cast)

Related Tutorials:

  1. How to Place Different Background Color for Each Sidebar Heading in Thesis Theme
  2. How to Add Background Image for Sidebar Heading in Thesis Theme
  3. How to make Post Sub heading box and change its Background Color in Thesis Theme?
  4. How to Change sidebar widget background and Border in Thesis Theme
  5. How to add Social Bookmark Icons at Right Side of the Post in Thesis Theme

{ 31 comments… read them below or add one }

Tech Maish

How to add the same background color as you have added in your blog.

Reply

Suresh

Do you need background color for your sidebar heading or site?

Reply

Mathdelane

I’m glad I’ve found this tutorial through Google. Thank you sharing this!

Reply

Pascal

you are welcome, we have lot of tutorial in our site. it is very useful for you. for more video tutorials subscribe our site and youtube video channel.

Reply

Suresh

hai vivek,
In your custom.css file in header css code brfore the background: #333 url you are having /* but there is no close comment line like */
thats why your next code sidebar h3 is not working.

also in sidebar h3 code padding:0 1em; between 0 and 1 is space not hyphen.

Reply

wilander

hai suresh

Any idea for changing footer sidebar title background color alone;
plz plz

Reply

Suresh

hai wilander,

in your footer widget css code.

change #footer #footer-setup h3 {background-color: #111;}
change #111 into any other color code.

Reply

Riri

Hi Fourblogger thanks for your tips. Do you know how to make a sidebar heading font in thesis all to lowercase letters? I tried “text-transform: lowercase;” and it doesn’t work :(

Reply

Suresh

hai Riri,

Do you want your sidebar heading lowercase?

use the below code in style.css file
.sidebar h3 {font-variant: small;}

by default it will be like the below
.sidebar h3 {font-variant: small-caps;}

Just replace small-caps with small in style.css. we cant do this with custom.css file.
the style.css path is wp-content/ themes/thesis17/style.css

Keep in mind when you upgrade new version of thesis style.css change wont automatically upgraded.
You should do it manually again.

Reply

Jessica

Thank you for helping out with this! Finally got it figured out after finding this tutorial! Very helpful…

Reply

Heidi

I can’t get any changes to apply to my sidebar styling … :(

Reply

Suresh

hai Heidi,
I checked your site there is no sidebar style code in custom.css file.
first add the css code and if you have any problem the leave a comment..

Reply

Heidi

Oh sorry! Deleted it because it wasn’t working. Put it back in, and still not working. Thanks!

Reply

Suresh

hai Heidi,
the sidebar code is working fine..

In your custom.css file you added two close brazes } just before the sidebar h3 code.

remove one braze the color will be display…

Reply

Heidi

Ah, such a silly, simple fix. Thanks so much!

Reply

Samir Rifai

Congratulations for your blog. I’ve found many interesting posts which helped mine.

How can I add a border for each of the widgets in the sidebar. The border must include the headlines, just like yours.

Thanks a lot!

Reply

Mia Staysko

Hi Fourblogger,
thanks for this, it styled my sidebar headers nicely. However now I am getting the following every time I use the Design Options save button:

Warning: Invalid argument supplied for foreach() in /home/sacred1/public_html/wp-content/themes/thesis_18/lib/classes/options_design.php on line 468

Warning: Cannot modify header information – headers already sent by (output started at /home/sacred1/public_html/wp-content/themes/thesis_18/lib/classes/options_design.php:468) in /home/sacred1/public_html/wp-includes/pluggable.php on line 890

Is this related?

Reply

Jeremy

love your tutorials. keep up the good work. thanks.

Reply

Nicole

Excellent! This is just what I was looking for. Thank you for this.

Reply

griselda

hey. thanks for this great post. unfortunately its not working on my blog. i’ve tried it so many times but no luck. please can you help?

thanks

Reply

Come live life my way

Do all the codes that you provide here are only for Thesis theme? I think its not going to work for other themes. I have tried some codes but its not showing any results as such.

Reply

Ronald Redito

Wow, I now implemented this on my blog. Thank you so much.

Reply

kd

Works like a charm. Definitely bookmarking this site!

Reply

Gouri

Very useful, thanks.

Reply

Jonathan Dunsky

I placed this entire code: custom .sidebar h3{background-color: #00B8B8;

-moz-border-radius: 4px; padding: 0.1em 0.1em 0.1em 0.5em; font-weight:bold; font-size:1em; color:#ffffff;}

in my custom.css and nothing happened. Nothing changed. Any idea why?

I’m using thesis 1.8.2

Reply

FourBlogger

hai Jonathan,
Just add . (dot) infront of custom .sidebar h3 that is it should be .custom .sidebar h3 { }
Better provide your site link.

Reply

Eric Bloom

Hi Fourblogger,

I see the navigation default font is all CAPITAL LETTERS. How can I use upper and lowercase letters in the navigation menu?

Thank you.

Eric

Reply

Suresh

hai Eric Bloom,

In your custom.css file add the below lines..

.custom .menu a {
text-transform:none;
}

It will remove the uppercase letters from the navigation menu.

Reply

Kamal Patel

if i want to add image rather than the text ….then what i need to do ??

please to tell me …BTW nice post …im learning thesis from your blog….appreciated more n more.

Reply

FourBlogger

visit this tutorials, You can add background image in heading instead of text also,

Reply

jaspinder grewal

thanks man.. i really needed to customize the thesis sidebars

Reply

Leave a Comment

{ 2 trackbacks }

Previous post:

Next post:


Popular Tags:

    how to change sidebar background color in blogger, how to change the color of the above bar in wordpress, thesis sidebar color full height, changing colour of font in css sidebar code, sidebar styles- get css, sidebar title font size in thesis, thesis fonts for sidebar widgets, thesis sidebar capital, thesis sidebar font, thesis sidebar image title