Need Help with wordpress theme...

Discussion in 'HTML & Website Design' started by GreenDog, Jun 13, 2009.

  1. #1
    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:
     
    GreenDog, Jun 13, 2009 IP
  2. morg

    morg Peon

    Messages:
    90
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    just try deleting the name and leaving it blank
     
    morg, Jun 13, 2009 IP
  3. rebelinlove

    rebelinlove Peon

    Messages:
    181
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.
     
    rebelinlove, Jun 17, 2009 IP
  4. Yuuko008

    Yuuko008 Member

    Messages:
    682
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    33
    #4
    why don't you try deleting the h1 class on your post.
     
    Yuuko008, Jun 17, 2009 IP