shrimpchopsteve
Member
Posted 2 years ago #
I want to edit my blog's header. I tried using the Custom Header option in the control panel to upload the image I made, but I can only change the text and background color of the default header. I tried placing my image in the header via CSS, but that didn't really work. Click on the link below to see what I mean. I guess I have to edit the PHP. How do I access /themes/default to get to the theme's PHP?
http://stevenrausch.com/
That's not bad so far! It should be possible to hide the plain text heading with CSS now.
Try adding the following to the bottom of style.css in the default theme:
#headerimg h1,#headerimg .description {
position:absolute;
top:-5000px;
left:-5000px;
}
shrimpchopsteve
Member
Posted 2 years ago #
I still don't know how to edit the PHP, but I don't think that's gonna be a problem, that completely fixed the issue. And it was such a simple fix, I can't believe I didn't think of it.
Thanks a bunch!