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.
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.
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.
Related Tutorials:
- Thesis Theme Customization Tutorials for Sidebar Round-Up
- How to Change sidebar widget background and Border in Thesis Theme
- How to Place Different Background Color for Each Sidebar Heading in Thesis Theme
- 11 Css Tricks for Thesis Theme Customization
- How to Add Background Image for Sidebar Heading in Thesis Theme









{ 16 comments… read them below or add one }
How to add the same background color as you have added in your blog.
Do you need background color for your sidebar heading or site?
I’m glad I’ve found this tutorial through Google. Thank you sharing this!
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.
this doesn’t work on my site. can you help me out in this?
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.
hai suresh
Any idea for changing footer sidebar title background color alone;
plz plz
hai wilander,
in your footer widget css code.
change #footer #footer-setup h3 {background-color: #111;}
change #111 into any other color code.
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
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.
I can’t get any changes to apply to my sidebar styling …
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..
Oh sorry! Deleted it because it wasn’t working. Put it back in, and still not working. Thanks!
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…
Ah, such a silly, simple fix. Thanks so much!
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!
{ 3 trackbacks }