Header image has disappeared in Ambiru theme

  • Unknown's avatar

    Hi All

    I am building a website for my wedding.
    I am using the Ambiru theme as a base and have purchased custom CSS.
    However recently my header image has disappeared and even when I reset my custom header I can’t get the image to return.

    When I inspect the element (using Chrome, though I have tested in Ffox and IE7) the link to the header image says the file can’t be found?

    Can anyone take a look and see what the problem is?
    The topic of the website means that, for me, this an urgent request for help.

    Thanks to anyone who can help

    Lawrence

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    We need a link to your blog. And simply uploading the theme through the custom header section wont work after you purchase the CSS upgrade, so you would have to obtain the image url and insert it in the CSS.

  • Unknown's avatar

    Thank you aw1923 – could you show me where/how in the CSS to insert the image URL.
    I’m sorry for missing off the link, I thought it would be included from the form. The link is http://larrysbrainweddinglist.wordpress.com/

  • Unknown's avatar

    Add it where I put INSERT URL HERE and make sure you include the http:// part of the url

    #header {
    background:url('INSERT URL HERE') no-repeat;
    height:225px;
    text-align:right;
    width:500px;
    padding:30px 0;
    }

    HTH

  • The topic ‘Header image has disappeared in Ambiru theme’ is closed to new replies.