Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • rbf254916086 Friend
    #153961

    Hi,

    I want to use the H1 tag in the articles title. At present, H1 is used in the logo (index.php):

    <?php
    $siteName = $tmpTools->sitename();
    if ($tmpTools->getParam(‘logoType’)==’image’) { ?>
    <h1 class=”logo”>
    <a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $siteName; ?></span></a>
    </h1>

    I use an image as logo, so I do not need the template capability to switch to text. How can I get rid of the H1 in this code? If I change it (<p>, <h2>, <h3>…) the image switch to text.

    Thanks in advance

    Saguaros Moderator
    #354321

    you have to modify css code to resovle this issu you open the file; /templates/ja_ruby/css/template.css and find the following code:
    find this:

    h1.logo a {
    display: block;
    background: url(../images/logo.png) no-repeat top left;
    width: 250px;
    height: 85px;
    }

    h1.logo a {
    display: block;
    background: url(../images/logo.png) no-repeat top left;
    width: 250px;
    height: 85px;
    }

    you change value for width, height, background property

    rbf254916086 Friend
    #354359

    Thanks, I have changed all the H1 tags related to the logo in the template.css.

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

This topic contains 3 replies, has 2 voices, and was last updated by  rbf254916086 13 years, 8 months ago.

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