For those who prefer a simpler style, here is my Simple style for the K2 RC2 theme. It comes in a variety of colours but it’s very easy to change the colour to your choice. Feel free to adapt/change as much as you like as long as you leave my link in the footer.
Click image to enlarge
There is also a variety with both columns on the right.
Click image to enlarge
Download Simple
Downloaded a total of 96 times
Instructions for changing the colours
Open up plum.css and replace all occurences of #7D178D with the colour of your choice. Rename as colour.css, upload to the Simple folder and choose this in the style drop down menu. That’s it!
Instructions for adding a logo
To add a logo to the header open up any of the css files in a text editor. Assuming your logo is logo.jpg find
#header {
background:#ffffff ;
width:100%;
height:100px !important;
}
amend as follows
#header {
background:#ffffff url(’logo.jpg’) left center no-repeat;
width:100%;
height:100px !important;
}
Enjoy!















0 Responses to “K2 RC2 Style Simple With Colour and Column Variations”