I already changed the permissions so I can save the code.
I just don't know where to put the URL. . .
Or, do I need to upload the picture file to my server?
Please help. Thanks!<3
I already changed the permissions so I can save the code.
I just don't know where to put the URL. . .
Or, do I need to upload the picture file to my server?
Please help. Thanks!<3
It depends upon how your theme is configured. You could start by looking at header.php or checking out any Custom Options that are available within your theme.
I'm using AfterLand on WordPressThemesbase.com, if that helps at all.
http://wordpressthemesbase.com/view/208.html
I'm still confused.
Based on the theme demo (which may not be accurate), you could try naming your header image header-bg.jpg and uploading it via FTP to your theme's images folder.
That didn't work.
Here's the website. . .if that helps.
http://thehungergamestribute.co.cc/
Thanks for the help.
Try uploading an 878px wide by 346px high image called custom-header.jpg to the wp-content/themes/AfterLand/images folder. Then edit style.css and change:
#header {
background:transparent url(images/header-bg.jpg) no-repeat center top;
height:346px;
margin:0 auto;
}
to
#header {
background:transparent url(images/custom-header.jpg) no-repeat center top;
height:346px;
margin:0 auto;
}That worked!
You're really smart, I appreciate it a lot.
Thanks!
This topic has been closed to new replies.