Hi, just started with both WP and CSS (i'm a designer rather than a developer).
Here is the front end design 'look':
http://www.threecoaching.com/index___OLD.html
and here is where i'm currently at:
I've started with the 'twenty ten 0.7' theme. The default i believe.
As i'm trying to make the 2nd link look like the 1st, i have many questions but for now could someone help me do the following 2 things:
1. Need to remove that branding image (the woods) altogether, i have found this in the stylesheet but just cutting the code out doesn't help:
/* This is the custom header image */
#branding img {
clear: both;
border-top: 4px solid #000;
display: block;
}
2. That bottom bit which is supposed to site snugly under the main central collumn. Any idea how to adjust it? it's currently under #colophon but not sure if it should be just put in a new div altogether?
Code looks like this:
#colophon {
background-image:url('http://www.threecoaching.com/images/background-tile_content-end.png');
background-repeat:no-repeat;
margin-top: 0px;
padding: 20px 0;
overflow: hidden;
}
Thanks for any help! Not sure if i need to attach the CSS file/s?