Forums

[resolved] Where to put the URL of the new header in the code? (7 posts)

  1. threethings
    Member
    Posted 2 years ago #

    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

  2. esmi
    Theme Diva & Mod
    Posted 2 years ago #

    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.

  3. threethings
    Member
    Posted 2 years ago #

    I'm using AfterLand on WordPressThemesbase.com, if that helps at all.
    http://wordpressthemesbase.com/view/208.html

    I'm still confused.

  4. esmi
    Theme Diva & Mod
    Posted 2 years ago #

    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.

  5. threethings
    Member
    Posted 2 years ago #

    That didn't work.
    Here's the website. . .if that helps.
    http://thehungergamestribute.co.cc/

    Thanks for the help.

  6. esmi
    Theme Diva & Mod
    Posted 2 years ago #

    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;
    }
  7. threethings
    Member
    Posted 2 years ago #

    That worked!
    You're really smart, I appreciate it a lot.
    Thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic