Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • danyclaerbout Friend
    #167138

    HI

    is there a way to remove the huge arrow at the bottom?
    I really dont need it!

    + i would like to remove the JA cloris logo at the bottom (what is it doing there anyway)

    Thanks for your help!


    1. Screen-Shot-2011-08-06-at-2.51.50-PM
    pritam Friend
    #404784

    Hello danyclaerbout ,

    To Remove the huge arrow at the bottom or at least change the text

    Find this code to your template.css

    #ja-back-to-top a {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(“/ja_cloris/templates/ja_cloris/images/back-to-top.png”);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 549px;
    text-decoration: none;
    text-indent: -999em;
    width: 420px;
    }

    Change this code to :-
    #ja-back-to-top a {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 549px;
    text-decoration: none;
    text-indent: -999em;
    width: 420px;
    }

    danyclaerbout Friend
    #404785

    Thanks! That did the trick 🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  danyclaerbout 13 years, 3 months ago.

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