Adding logo image
-
URL https://therootisconsciousness.com/
I’ve tried to add the logo image two ways, but neither seems to be working.
1st place i tried:
css#logo { position:absolute; top:115px; left:0;
2nd place:
header.php
<div id="logo"><a href="<?php bloginfo('url'); ?>/"><img src="<?php echo get_option('boldy_logo_img'); ?>" alt="<?php echo get_option('boldy_logo_alt'); ?>" /></a></div>
Maybe i didn’t do it correctly…. can someone take a quick look and let me know where i’d insert the (images/logo.png)?
thanks!
- The topic ‘Adding logo image’ is closed to new replies.