Remove the Border from a Blockquote

in Thesis

Removing the Border from a BlockquoteRemove the Border from a Blockquote

The standard Blockquote in WordPress using the Thesis Theme is pretty good as it is. However if you are like me and would prefer not to have a border running down the side, you can easily remove the border from a blockquote with one line of code in your custom.css file.

This is how the blockquote will look – no border!

Remove the Border from a Blockquote

Thesis makes it easy to modify the look and functionality of your website, so the steps to remove the border from a blockquote in the Thesis Theme are very simple:

1. Click on Thesis Options

2. Select Custom File Editor

Thesis Theme Custom File Editor

3. Select custom.css from the drop down menu and click on the Edit selected file button.

Thesis Theme Custom.css

4. Scroll down to the end of the window and add the following to a new line:

/* Remove border from Blockquote */
.custom blockquote { border: none; }

5. Save and View your updated website.

Read my review on the Thesis Theme for WordPress and why I recommend it.


The Webonaire

Cemil Ozcelik
www.OnlineBusinessBlackbook.com © 2009 - 2010

If you like this post, you might also like:

If you found this page useful, why not use the social media buttons above to add it on your favorite social sites and also subscribe to the RSS feed for more interesting posts from Online Business Blackbook.

Also Check Us Out On Facebook and Twitter

{ 1 comment… read it below or add one }

David Moloney May 28, 2010

Nice simple and straightforward. The Thesis theme looks extremely easy to customise, especially for these little nitpicks like removing the border from a block quote. There’s nothing like rolling up your sleeves and getting into some dirty css coding work.

Reply

Leave a Comment

Previous post:

Next post: