Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • zentrina Friend
    #185531

    Hi,

    I need to remove the “back to top” link. I commented out the picture but the link is still there, covering content. I’ve been searching and have found various solutions, though for other JA templates. Tried two of them with no luck. I would very much appreciate the solution for JA Mers.

    Thanks!

    Ninja Lead Moderator
    #485574

    You can use one of two ways below:

    Open templates/ja_mers/css/template.css file

    from

    .bd-homepage #ja-back-to-top {
    position: absolute;
    width: 100%;
    height: 377px;
    top: -245px;
    left: 0;
    padding: 0;
    }

    change to

    .bd-homepage #ja-back-to-top {
    position: absolute;
    width: 100%;
    height: 377px;
    top: -245px;
    left: 0;
    padding: 0;
    display:none;
    }

    or you can remove it directly from code file

    Open templates/ja_mers/blocks/navhelper.php file

    Remove this script

    <div id="ja-back-to-top"><a href="javascript:scroll(0,0)" title="<?php echo JText::_("BACK_TO_TOP") ?>"><?php echo JText::_('TOP') ?></a></div>

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 1 month ago.

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