Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • merawebhost Friend
    #150757

    [FONT=”Century Gothic”]Hello,

    Can you let me know how to remove the Title attribute from the Logo in JA Kyanite II theme? Whenever I mouse over the logo, it displays the tool tip (i.e., the title attribute). I’m unable to find the exact location to change the code in the template. In older templates, I’m able to remove the title attribute from template index.php file. Its look like in newer templates the format is changed!

    Thanks.[/FONT]

    richboos Friend
    #342125

    I use JA Rasite but I imagine it is similar.
    Edit this file

    siteroot/templates/ja_templatename/layouts/blocks/header.php

    Look for instances of this line, there may be multiple:

    Before

    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>

    After

    <a href="index.php"><span><?php echo $siteName; ?></span></a>

    It is the title attribute of <a> that leaves the tooltip. Keep that in mind in case a similar situation arises 🙂

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

This topic contains 2 replies, has 2 voices, and was last updated by  richboos 14 years, 6 months ago.

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