Customize Popblue Theme blockquote

Thursday, February 14, 2008 | posted in , | 0 comments

Popblue, one of my favorate wordpress theme. If you like theme that looks simple and light weight, popblue should be the one that you are looking for. The only major drawback of this theme is it has too simple blockquote. Sometimes simple can be a double edge sword.
So, since I don't like the blockquote and I like this theme so much. Therefore, I have did some changes in the original style.css to make the blockquote nicer.

Steps:
1) First, download the theme from http://www.blogohblog.com/wordpress-theme-pop-blue/ or from the direct link show at below:

Pop Blue Theme Download

The following is optional:
For regular index http://www.blogohblog.com/request/popblueindex.zip
For regular header without logo http://www.blogohblog.com/request/headerstyle.zip
download the items and replace it all.

2) Extract the downloaded file and place it inside "<DocumentRoot>/wordpress/wp-content/themes" folder

3) Goto the extracted folder, "pop-blue", look for style.css

4) Paste the following code at the bottom of style.css
blockquote {
border-top: 1px solid #006699;
border-bottom: 1px solid #006699;
border-left: 1px solid #006699;
border-right: 1px solid #006699;
margin-left: 1.5em;
padding-left: 5px;
background-color: #e7f9ff;
font-family: Arial;
}

5) That's it.

6) If you are lazy to make the changes yourself and want to have the same theme that I'm using, you can download the modified package from here PopBlue-modified [download#1]

Print
0 Responses So far

Post a Comment