Viewing 2 replies - 1 through 2 (of 2 total)
  • the logo upload might be part of the ‘Customize’ ‘Site Identity’ section …

    however, this could be theme specific.
    as you don’t seem to be using the theme Twenty Thirteen at all, please consider to contact the developer of your custom theme directly for help.

    Thread Starter Obelix27

    (@obelix27)

    Unfortunately I am unable to go back to the original developer. I tried Appearance->Customize->Site Identity, but that only seems to change the icon that appears on the browser tab. Any other ideas? The line of code I quote above in Header.php, shown more fully here, displays the logo and if I change the line the logo changes (or delete the line then no logo is displayed)

    <div class=’site-logo’>
    ‘ title='<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>’ rel=’home’>‘ alt='<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>’>
    </div>

    I don’t understand this line of code, although hard coding a new logo jpg file by changing “src='<?php echo esc_url( get_theme_mod( ‘themeslug_logo’ ) )” to “src=https://www.rl21.co.uk/wp-content/uploads/2020/04/website-logo.png’” works. It’s just that hard coding in this way goes very much against the grain (and the logo display is noticeably slow for some reason)!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change logo in banner above the website’s menu’ is closed to new replies.