Best way to add logo image to my site?
-
Hi all,
My site for reference: https://www.ragingsilver.com
I’d like to add an logo image to replace the title “ragingsilver”. what would be the best way to do this; CSS or just plain php coding?
Some context from the header.php
<h1><a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a></h1> <div id="bubble"><p><?php bloginfo('description'); ?></p></div> <!-- erase this line if you want to turn the bubble off -->
I’m guessing it’s the first line. If you do say php code, would you mind pasting the code for me to use as I’m not that great with PHP.
Thanks to anyone who helps.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Best way to add logo image to my site?’ is closed to new replies.