3 Easy Ways to Customize Thesis with Images

by Extreme John on November 25, 2009 |

Easy Ways to Customize Thesis

I recently installed the Thesis Theme for WordPress blogs on my blog, from the moment Thesis was installed I was hooked on how much you could customize Thesis and give your blog a new look in no time. Before I knew it I was searching for Thesis customization tips and information on easy ways to customize Thesis.

My search brought me to one of the blogs I read on a daily basis, Serradinho.com Geaorge is the webmaster of Serradinho and has one of the most unique and custom Thesis themes I have seen yet. George has some excellent Thesis customization tips that even someone without no clue like myself could  could still easily implement in just a few simple steps.

I have taken a few of the things I found on Serradinho.com and customized those things to match the overall look and feel of my blog, I will be including those things along the way as I blog about Thesis, I will of course link to any Thesis blogging tips I have found along the way.

3 Easy Ways to Customize Thesis Theme

thesis-custom-css

The first thing you will need to do is navigate to your custom.css file in your Thesis Custom File Editor, the screen shot should make finding it pretty simple. Once your there make sure that custom.css is selected in the drop down menu and click “edit selected file”. Before you continue you should select everything in that custom.css file and copy it to a notepad file, that way if you hate these Thesis customizations you can go back to your default custom.css file at any time.

For each of the easy Thesis customizations below you will need to supply a few things yourself, images would be the key think you would want to change up. You can always use mine if you choose to, please right click and save them to your server and be sure to put them in your Thesis Theme images folder.

Feel free to copy the CSS from my site that I included in the code fields below, it should give you something to build on. You can adjust colors, image name, dimensions, border, margins and whatever else you want to customize the look to fit your WordPress blog.

1. Custom Thesis Reply Field – Header Image

custom-thesis-comment-box

This will place an image behind the “Leave a Comment” text on your single post views. Your image dimensions will be different based on your Thesis design options.

/***REPLY FIELD HEADER IMAGE***/
.custom #respond_intro { margin: 0; }

 #respond_intro p { color: #B82626; font-size: 2em; line-height: 2.9em; }

.custom #respond { background: #FFF url(images/bg-light-gray3.jpg) repeat-x; border-top: 1px solid #F8BBBB; padding: 0 1.5em 1.5em; }
/***REPLY FIELD HEADER IMAGE END***/

2. Custom Thesis Opening Comments – Uppercase with Image

customize-thesis-commentsThis will put an image of your choice, preferably one you create that matches the dimensions of your blog behind the opening comment field area.

/***OPENING COMMENTS UPPERCASE***/
.custom .comments_intro { background: #FFFFFF url(images/bg-light-gray2.jpg) repeat-x; margin: 0; padding: 1.5em; }
.custom .comments_intro p, .custom .comments_intro span { color: #000000; font-size: 1.7em; text-transform: uppercase; }
/***OPENING COMMENTS UPPER END***/

3. Custom Thesis Comments – Commentluv Background Image

comment-luv-thesis-background

This will display an image in the background of every CommentLuv latest blog post display boxes.

/* CommentLuv last blog post settings*/
.cluv {display:block; padding:8px;border: 1px solid #000000; background: #F5F5F5 url(images/bg-light-gray.jpg) repeat-x; text-transform: none; font-style: normal; letter-spacing: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin-top: 15px;}
.custom #comments abbr {display:block; padding:8px;border: 1px solid #000000; background: #F5F5F5; text-transform: none; font-style: normal; letter-spacing: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin-top: 15px;}
/***Commentluv End***/

It is important to point out that pretty much everything I currently know about Thesis was learned on a few different blogs and by doing search engine searches on Bing and Google, I am hardly a Thesis Theme master. I plan on creating a few posts with whatever little things I have learned along the way in order to help any new Thesis bloggers looking to self teach and learn about customizing Thesis Theme in a few easy steps.

If you found these easy ways to customize Thesis Theme somewhat helpful please take a moment to leave a comment, I would also greatly appreciate any links to information about how to customize Thesis, don’t be shy post a link to an article of yours or a Thesis article that was helpful to you.

Recommended Posts with Similar Content

  • It's been a crazy couple of weeks for our limousine and indoor tanning business's with the holidays in full swing, in addition to being busy in my ...

  • I really had no intention of doing any big year end posts to wrap up what went on here during 2009, then I started to think about the tremendous s ...

  • At the end of each month in some form of weird male celebratory fashion I ravage through my posts from the month and some of the things that went ...

Subscribe Options

If you enjoyed this post, you might like some others. Subscribe to my RSS Feed, Subscribe for email updates or Follow me on Twitter. Add to iGoogle Add to Google

Please Share this post

If you liked this post please share it.....

Share  

Leave a Comment

:yawn: :wink: :roll: :oops: :mrgreen: :lol: :laughat: :idea: :high: :evil: :cry: :?: :-| :-x :-o :-P :-D :-? :) :( 8-O 8)

CommentLuv Enabled

This site uses KeywordLuv. Enter YourName@YourKeywords in the Name field to take advantage.

{ 20 comments… read them below or add one }

Mike from Daily Shot Of Coffee November 25, 2009 at 12:07 am

Thanks for the tips. While I’m trying to keep my blog looking “simple” there’s more and more that I want to do with the thesis theme.
Mike from Daily Shot Of Coffee´s last blog ..Hazelnut from Eight O’Clock Coffee Review My ComLuv Profile

Reply

Extreme John November 25, 2009 at 9:01 pm

@Mike from Daily Shot Of Coffee, that is one of the nice touches to Thesis Theme you can customize and keep it simple.

Reply

Michael Aulia November 25, 2009 at 12:12 am

Arghh another one buying a Thesis theme.. you make me want to buy it too John. Always have this dilemma once every few weeks lol
Michael Aulia´s last blog ..Opera 10.10 goes final My ComLuv Profile

Reply

Extreme John November 25, 2009 at 8:59 pm

@Michael Aulia, I had the same problem until I finally broke down and went with it. I honestly wouldn’t have a blog without it again. It is a pleasure you work with.

Reply

Michael Aulia November 26, 2009 at 9:08 pm

@Extreme John, Thanks John. I guess I have to take a next step and just do it rather than keep on talking about it :D
Michael Aulia´s last blog ..Dyson Air Multiplier review coming up My ComLuv Profile

Reply

Extreme John November 27, 2009 at 10:14 am

@Michael Aulia, sometimes that effort can be a little tough to maintain thats for sure.

Reply

Lee Ka Hoong from Make Money Online November 25, 2009 at 12:06 pm

Thesis is very easy to be customized if we know how, simply copy the code and paste in custom.css or custom_function.php, but this is something that I’m not familiar, I mean the “code”. Thanks for the tutorial John! :-D
Lee Ka Hoong@Make Money Online´s last blog ..Make Money Blogging Guide For Beginners My ComLuv Profile

Reply

Extreme John November 25, 2009 at 8:30 pm

@Lee Ka Hoong@Make Money Online, I would write a quick tutorial on that but it’s still very much a learning process for me. Maybe some day I will become a CSS master.

Reply

George Serradinho November 25, 2009 at 3:37 pm

Thanks for the mention, but it would of been nice if you linked to my blog. Maybe you could edit the post, please ….(you can’t see, but I’m on my knees).

As you play more around with thesis, you get to know it better and know what is easy and hard. You have come a long way and you are improving day by day. I have a local installation of WP on my laptop and I can test when offline.
George Serradinho´s last blog ..How Robomaster got 4385 Followers in a Month My ComLuv Profile

Reply

Extreme John November 25, 2009 at 8:26 pm

@George Serradinho, oh crap… I thought it was linked, I make that mistake a lot because I will write the post than go back through and link up. Thanks for pointing it out George and thank you for taking the time to leave a comment.

Reply

Hesham from CarsnLimos November 25, 2009 at 8:04 pm

Actually I love your new look, good work john! and thanks for the nice Thesis tips, that’s great!
Hesham @CarsnLimos´s last blog ..3 Basics Every Blogger Should Know When Blogging for Money My ComLuv Profile

Reply

Extreme John November 25, 2009 at 8:24 pm

@Hesham @CarsnLimos, thank you for the kind words. I am addicted to trying to change up Thesis and see what else I can do with it.

Reply

Theme Premium November 26, 2009 at 12:04 am

Good to see some nice Thesis tutorials here :) .. I’m sure we going to listen more on Thesis from you soon.
Theme Premium´s last blog ..How to Verify Your Site ownership in Google Webmaster tool : Wordpress SEO My ComLuv Profile

Reply

Compute Live November 26, 2009 at 2:45 am

Its really nice to see you posting customizations tips on thesis :mrgreen:
Compute Live´s last blog ..Left 4 Dead 2 360 Server Lag Fixed My ComLuv Profile

Reply

Michelle Mangen November 27, 2009 at 11:23 pm

Hi John:

Have you tried using Thesis Open Hook plug-in yet? I did a number of things in there using that as I don’t know much (okay, I don’t know ANY php at all!)

Another plug-in I now swear by (though not specifically for Thesis) is “context widget” this allows me to have certain things show in the sidebar of only certain pages.

Myself, I really need to sit down and just write my own blog post about all my favorite WordPress plug-ins and why I love them so much. (right after I read your 25 WordPress Plugins You Might Dig post). I’m a junkie for them, that is for sure!

Michelle @mmangen
Social Media Virtual Assistant
Michelle Mangen´s last blog ..Alex Mandossian’s business card suggestion results in Social Media encounter My ComLuv Profile

Reply

José Santos from secured visa cards November 28, 2009 at 12:11 pm

I see a lot of advertise about thesis themes, but I didnt notice that it can be so powerfull until I read this post and start searching on it, Im becaming a fan…
José Santos @ secured visa cards´s last undefined ..If you register your site for free at My ComLuv Profile

Reply

Keith from Norman Rockwell Art December 1, 2009 at 3:53 pm

It looks really good. I am just glad you kept the picture in the straight jacket. It wouldn’t be the same without a crazy picture.

You seem to have it working fine, too. So the Thesis Theme is just the right amount of challenge?
Keith@Norman Rockwell Art´s last blog ..Nov 29, Santa’s Workshop by Norman Rockwell from 12/14/1922 Clintonville Gazette My ComLuv Profile

Reply

SafariDave December 3, 2009 at 4:50 pm

There is so much to learn. I keep reading your posts and I am starting to get familiar with the terminology. Soon I will be ready to create the New and Improved Pet Safari site. Thanks.

Reply

FreeThemeLayouts January 6, 2010 at 2:24 am

I think this will look way more cooler if the jackets were cut to bits and add more pictures in the upper left… :D

Reply

Joel from hgh July 17, 2010 at 7:04 am

John, It’s true that thesis is pretty much popular theme but as far as customization is concerned, Those who are not HTML/php geek, thesis is not for them. It took approx 40 minutes for me just to figure out how to add/edit footer. Thesis is quite harder for them. I tried semiologic, which is another pretty flexible theme and can be edited easily and quickly.

Reply

{ 1 trackback }

Previous post:

Next post: