Swapping Logos in my website’s header
-
I am trying to swap out the logo in the header of my website, and for whatever reason, it won’t display the image when I make the change.
Here is the header.php code for the current logo:
<div class=”logo”>/” title=”Vino Virtuoso”><img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/logo.png” width=”245″ height=”140″ alt=”Vino Virtuoso” title=”Vino Virtuoso” /></div>
I cannot locate the “images/logo.png” file anywhere in my media library. Our website coders uploaded them somewhere obviously because the image is currently displaying on the website.
I uploaded a new file in the media library, and I tried deleting the “images/logo.png” and referencing the new file location, but that’s all I changed, and it doesn’t seem to be working. I know that the file location is correct, so there seems to be something else in the code above that is messing it up so that it won’t reference the file that I uploaded.
Any help would be greatly appreciated! Might want to talk to me like a 5th grader because when it comes to this sort of thing, I am a 5th grader.
Here’s my website: https://www.psdgator.com/dev/vinovirtuoso/
- The topic ‘Swapping Logos in my website’s header’ is closed to new replies.