Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • netnstuff Friend
    #192518

    Using JA Zite and would like to turn off the Back To Top script at the bottom as I beleive it is clashing with a 3rd party script I am running.

    Could not find it?

    Please advise how to turn this off.

    Thanks!

    TomC Moderator
    #513462

    Within file path –> /templates/ja_zite/css/template.css

    at line 1144, you will see the following:


    #ja-footer ul.ja-links li a {
    background: url("../images/back-to-top.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    height: 80px;
    text-indent: -999em;
    }

    modify the “display” property to “none” – as follows:


    #ja-footer ul.ja-links li a {
    background: url("../images/back-to-top.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: none;
    height: 80px;
    text-indent: -999em;
    }

    Save Changes — Clear Cache — Refresh Page

    Hope That Helps

    🙂

    netnstuff Friend
    #513495

    Thanks! That was great.

    TomC Moderator
    #513737

    Glad to be of assistance … All the best with your continuing site development !!!

    🙂

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

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

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