test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • nkamp Friend
    #194406

    Hello,

    I can maybe turn off the round button “back-to-top” in the css. But I’m expecting that it is in the template somewere in the T3 options. But I can’t find it. So it is (hard) coded in the css? Or is there something that I can turn off.

    Thanks,

    Nico

    Ninja Lead Moderator
    #520908

    You can turn off the round button “back to top” via css as follows:

    Open templates/ja_puresite/css/template.css file,

    Change

    #ja-navhelper a {
    background: url(../images/back-top.png) no-repeat left top;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 0px;
    font-size: 0px;
    right: 0px;
    text-indent: -9999em;
    bottom: -20px;
    }

    To

    #ja-navhelper a {
    background: url(../images/back-top.png) no-repeat left top;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 0px;
    font-size: 0px;
    right: 0px;
    text-indent: -9999em;
    bottom: -20px;
    display: none;
    }

    Remember to clear cache from Admin area after applying change above.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 10 months ago.

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