I am excited to announce the release of brand new Copyblogger Drupal Theme.
You can choose the color you want. Read below
Its based on hunchbaque as base theme and customized to give it look of copyblogger. The focus is to keep it readable so that it can be used for Blogs or high content websites.
Features:
* 2 or 3 column elastic type layout. You can keep the left column or both columns.
* Its fluid but its min width is set to 760px.
* Tested in Opera, IE7 and Firefox.
* Forums are also themed.
How to change the colors
* Open style.css in Editplus or text editor.
* Search for #a90000 which is the hex code of Dark Red color on the theme.
* Replace this with the hex code of the color you want. Eg: #547E14
DONE !! - Save the file and upload it to your website
See the screenshot with new color #547E14
How to make this fixed width theme
In styles.cs find the following code
#page {
...
...
}
Replace it with
#page {
margin: auto;
width: 880px; /* Anything above 760px*/
text-align: left; /* This is to set things right after centering everything in the body. */
border-right: 2px solid #20252d;
border-left: 2px solid #20252d;
background: #fff;
}
To support us please retain the Footer information and give credit to sponsors. Sponsored by PMP


