Viewing 5 replies - 1 through 5 (of 5 total)
  • Looks like you have two different CSS sections for that logo – the first one is not loading the image specified.

    #logo {
        background-image: url("http://www.centrallondonurology.com/blog/wordpress/wp-content/uploads/2013/01/HexagonTriMultiO1.png") !important;
    }
    
    #logo {
        background-image: url("http://www.centrallondonurology.com/blog/wordpress/wp-content/uploads/2013/12/HSAlogoC.png");
        background-position: left center;
        background-repeat: no-repeat;
    }

    BTW, have you asked the developer of your theme about this?

    http://themeforest.net/item/limitless-multipurpose-drag-n-drop-theme/5528738

    Commercial themes are not supported on these forums –

    http://codex.wordpress.org/Forum_Welcome#Commercial_Products

    I just deleted your duplicated thread – in which you posted your login info – PLEASE don’t ever post that info on a public forum – you’ll get your site hacked.

    Thread Starter biscuitmix

    (@biscuitmix)

    Hello moderator, yes sorry about that, i’d realised after it was too late! I’ll try and change the css to see if it works, i asked the developer but he wouldn’t help me. Sorry i didn’t realise commercial themes weren’t allowed on this forum. Thanks for your support.

    Thread Starter biscuitmix

    (@biscuitmix)

    i looked on stele.css and couldn’t find the 2 #logo sections you mentioned. Is it on a different stylesheet?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Have you considered switching to a theme on WordPress.org, http://wordpress.org/themes/ ? We support those.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Header Image error’ is closed to new replies.