I am using the fresh news wordpress theme and they have tags the header image as a H1 tag. Now I would like to remove that tag but it causes major problems.... Also on my post they have added a line of code that adds the site title to each post, but when I delete the code it deletes my logo.... Its really a pain in the butt... <!-- Show custom logo --> <style type="text/css">#header h1 {background: url(http://catfoodreviews.com/logo.png) no-repeat !important; }</style> </head> PHP: This is the code on my post... <div id="header"> <h1 class="grid_12"><a href="<?php echo get_option('home'); ?>/" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1> <div class="spacer grid_4"> PHP:
why would you want to remove the h1 tag on the header? This helps with SEO. You can try and create a seperate div style for the post tittles so that it does not effect your logo which is linked to your header.