Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • balmedia Friend
    #183285

    Hello,

    Is there a way to remove the tooltips from when you mouse-over the header, or other template areas?

    Thank you for your help and time.

    Regards,

    Richard

    Saguaros Moderator
    #477061

    Hi Richard,

    Please open file: templatesja_ironisblocksheader.php

    At approx line 21, you can see this line of code:

    [PHP]
    <h1 class=”logo”>
    <a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $siteName; ?></span></a>
    </h1>
    [/PHP]

    try to change it to:

    [PHP]
    <h1 class=”logo”>
    <a href=”index.php” title=””><span><?php echo $siteName; ?></span></a>
    </h1>
    [/PHP]

    Then clean JAT3 cache.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 11 years, 11 months ago.

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