Site logo not showing
-
Hey,
After changing the header.php to include link to home for my logo it isn’t showing. The image is there ( i can click it) but it is simply not showing.
The code is:
<body> <div class="wrapper"> <div id="header"> <div id="logo"> <a href="/"><img src="https://www.jacobveenstra.nl/wp-content/uploads/2010/02/Logowebready400.jpg" /> <h3><?php bloginfo('description'); ?></h3></a> </div> <?php get_search_form(); ?> <ul id="navAdmin"> <?php wp_register(); ?> <li><?php wp_loginout(); ?></li> <li><a href="<?php bloginfo('rss2_url'); ?>" title="RSS">RSS</a></li> <?php wp_meta(); ?>
I am using the sevenfive theme from Press 75 @ https://www.jacobveenstra.nl
Any suggestions?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Site logo not showing’ is closed to new replies.