• Resolved threethings

    (@threethings)


    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

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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.

    Thread Starter threethings

    (@threethings)

    I’m using AfterLand on WordPressThemesbase.com, if that helps at all.
    https://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.

    Thread Starter threethings

    (@threethings)

    That didn’t work.
    Here’s the website. . .if that helps.
    https://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;
    }
    Thread Starter threethings

    (@threethings)

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Where to put the URL of the new header in the code?’ is closed to new replies.