The default border for images in wordpress thesis theme is ugly in my opinion is ugly. This is what it looks like out of the box; I know its only my taste but I like the way the image looks better without the border. Here is the code to make this happen; /* remove border [...]
This is just a quick example of how to use firebug to help you style your website. In this example we are changing the appearance of an element by adding new attributes to the class. Keep in mind that the changes that you make in firebug are not permanent. Permanent changes can only be made [...]
How do I put padding in the body of my WordPress Thesis Theme to get the text off the left margin? To get the text off of the left hand margin you will need to do a little css. You just need to copy and paste this code into your custom style sheet in your [...]
The WordPress Thesis Theme is great but I don’t always like being stuck with all capital letters in the navigation bar for the navigation tabs. A little CSS will take care of this. Just add this piece of code to your custom style sheet. Here is how you change your navigation bar in Thesis so [...]
How to remove the comments on the entry are closed in WordPress Thesis Theme
I found the comments on this entry are closed on the WordPress Thesis Theme very annoying. Luckily you can take it off easily. Just place this code in your Custom CSS in Thesis Theme and you should be set. Let me know how this works for you. .format_text .to_comments {visibility: hidden;} If you are interested [...]
{ 5 comments }