Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • George Pitaru Friend
    #188935

    Hi,
    I’m trying to change/edit the Helps icon, however I can’t find it anywhere. I’d like to change the hovering text to something other than “Helps”.
    Thanks!

    pavit Moderator
    #498935

    Hi

    To change the hover text on Icon info go to this file templatesja_smashboardtplsblocksheader.php

    <?php if ($this->countModules('sidebar-1')) : ?>
    <li class="dropdown nav-helps" data-altkey="I">
    <a tabindex="-1" title="Helps" href="#t3-sidebar-1" role="button">
    <i class="icon-info"></i><?php echo JText::_('TPL_HELPS') ?>
    </a>
    </li>
    <?php endif ?>

    Change the value of title=

    <blockquote>I’m trying to change/edit the Helps icon, however I can’t find it anywhere.</blockquote>

    Smashboard is using font awesome anyway the value icons are defined in this file pluginssystemt3adminfontsfont-awesomecssfont-awesome.css

    You can choose other icons from this file and change the value of <i class=”icon-info”> in the file above

    Regards

    George Pitaru Friend
    #498944

    Thank you for the solution and the extra info. It works exactly as I wanted.

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

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

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