Changing header
-
I’m using the babycakes version of the patchwork theme. I’ve had no trouble with it so far, it’s a great theme, other than attempting to change the header.
Now, I have been able to change the patchwork background no problem, but I’m trying to use an image for the header (like, Worpress allows you to upload a header for this theme and it automatically uses it because the code is for using the “custom header”). But I don’t want to upload the custom header to WordPress, I want to use my own image that is hosted somewhere else, but I can’t seem to figure out how to do this in the coding. It all refers to “custom header” instead of the ability to use an image link. The reason i don’t want to use the custom header feature is because WordPress is sizing the image down and not allowing parts of it to be transparent as the should be (I’ve tried it both as a PNG file and as a GIF).My blog is at https://beyourpet.com/diary but that might not be useful as I’m editing them theme using the Theme Test Drive plugin.
This is what the code for the header looks like on style.css, the image link used here is working fine, I’m using that image as the background to the header. I just need to change the actual header image to be something else (I want it to be around 900px in width instead of the default 650px that WordPress is sizing it down to.)
} .style-babycakes #masthead { background-image:url("https://beyourpet.com/diary/wp-content/uploads/2012/12/secondbackground.png"); border-bottom: 10px solid #774f47; } .style-babycakes #masthead hgroup { border: 0px solid #774f47; } .style-babycakes #masthead .site-title, .style-babycakes #masthead .site-title a { color: #ef9595; } .style-babycakes #masthead .site-description { color: #774f47; }
The only other code I know of on here referring to the header is on header.php and custom-header.php but I’m not sure what to do with it…
I’m not the most experienced at coding, I just mess around until I get it most of the time, so please go ahead and talk to me like I have no idea what I’m doing, I would appreciate it.
- The topic ‘Changing header’ is closed to new replies.