Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there Richey1977,

    You can upload your logo in Appearance >> Theme Options >> Header Settings. Logo will replace site title. You can also hide site description in the same tab.

    If you want to add background image / color behind the logo in the same area it can be done with some custom CSS. You can try adding this code to your theme custom CSS tab which is located in Appearance >> Theme Options >> Other Settings

    .header-content {
    background: url(your_image_url);
    }

    This should add the image behind the logo in the header area.

    Best regards,
    Bojan

    Theme Author TT Themes

    (@tomastoman)

    @richey1977: You can simply set your logo image (which will automatically replace the site title in header) in “Appearance > Theme Options > Header Settings > Logo URL”.

    Best regards,
    Tomas Toman

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Banner image above header image…’ is closed to new replies.