-
AuthorPosts
-
August 6, 2011 at 12:53 pm #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!
pritam Friendpritam
- Join date:
- April 2011
- Posts:
- 609
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 11
- Thanked:
- 125 times in 113 posts
August 6, 2011 at 1:38 pm #404784Hello 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;
}2 users say Thank You to pritam for this useful post
August 6, 2011 at 1:41 pm #404785Thanks! That did the trick 🙂
AuthorPostsViewing 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
Remove the huge arrow at the bottom or at least change the text
Viewing 3 posts - 1 through 3 (of 3 total)