Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • bruno_techzone Friend
    #159576

    Hello,

    Please tell me how to remove H1 from logo. It’s bad for SEO.
    I tried to change H1 to DIV in header.php and h1 to div in template.css.
    The problem is the logo is displayed ok, but the header-r position is now one row down.
    Please provide me with the right solution.

    Thank you

    aman204 Friend
    #374626

    If you have done the updates as said above, You can change this in template.css file::

    div.logo { height: 57px; margin-top: 40px; width: 222px; }

    to

    div.logo { height: 57px; margin-top: 40px; width: 222px; float:left;}

    bruno_techzone Friend
    #374641

    <em>@aman204 218717 wrote:</em><blockquote>If you have done the updates as said above, You can change this in template.css file::

    div.logo { height: 57px; margin-top: 40px; width: 222px; }

    to

    div.logo { height: 57px; margin-top: 40px; width: 222px; float:left;}</blockquote>

    Thanks, I did that and it works, but now the sitename appears over the logo image.

    Also, how am I setting H1 on sections or categories?

    aman204 Friend
    #374726

    <em>@bruno_techzone 218737 wrote:</em><blockquote>Thanks, I did that and it works, but now the sitename appears over the logo image.

    Also, how am I setting H1 on sections or categories?</blockquote>

    You can change this::

    div.logo a {template.css (line 548)
    background: url(“../images/logo.png”) no-repeat scroll left top transparent;
    display: block;
    height: 57px;
    width: 222px;
    }

    to

    div.logo a {template.css (line 548)
    background: url(“../images/logo.png”) no-repeat scroll left top transparent;
    display: block;
    height: 57px;
    text-indent: -999em;
    width: 222px;
    }

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  aman204 13 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum