bellabella5
Member
Posted 1 year ago #
Hello,
I'm trying to replace the header text on my site http://www.seenontvreview.info with a logo. I've read a number of existing threads about this but I haven't found anything that works for the code in the Fudo theme I am using. Please help :)
Thanks!
Does this help at all,
This goes after the <header>
<div id="logo">
" title="<?php bloginfo('name'); ?>">
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/the image.jpg" alt="<?php bloginfo('title'); ?>" /></div>
This in the css
/* Logo */
#logo {float: left;margin-top:0px;}
Trial and error?
bellabella5
Member
Posted 1 year ago #
Thanks Seb Syd, I'll give it a go.