hacking the default theme
-
I hope this the right place to post this.
I’m trying to feel my way around WP and figuring out what to modify and where. Right now I am just trying to place a small logo center-left on top of the original rounded blue rectangle. Here is the original code:
#header { background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
and I changed it to:
#header { background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center; background: url('images/site_logo.png') no-repeat center left;
The site_logo at present is just a round red circle about 30 px.
This puts the circle where I want it but the blue rounded rectangle now is a larger rectangle with square corners.
Why did this happen, and what can I do to fix it?
Thanks,
Paul
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘hacking the default theme’ is closed to new replies.