How to change logo in banner above the website’s menu
-
Hi – I am trying to change the logo above the website’s menu. The relevant line in Header.php seems to be this:
and the relevant bit of the line is this:
src='<?php echo esc_url( get_theme_mod( ‘themeslug_logo’ ) ); ?>’
But how do I get this to refer to a different .JPG file? I can hard code it to something like:
src=https://www.rl21.co.uk/wp-content/uploads/2020/04/website-logo.png’ alt='<?But this is clearly not the correct way to do it, and also it is slow in that the logo appears after a very noticeable delay.
Any ideas? Apologies for such a newbie question, I have done a lot of C/C++ but not much else!
The page I need help with: [log in to see the link]
- The topic ‘How to change logo in banner above the website’s menu’ is closed to new replies.