-
AuthorPosts
-
December 16, 2010 at 6:18 pm #157537
Hello:
How can I remove the black box with the name of the site in the footer of the template?
Thanks
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
December 16, 2010 at 6:43 pm #367189Change this::
#ja-footlogo {template.css (line 880)
background:url(“../images/curl-bg-4.png”) no-repeat scroll right top transparent;
height:85px;
left:12px;
position:absolute;
text-align:center;
top:-5px;
width:220px;
}to
#ja-footlogo {template.css (line 880)
background:url(“../images/curl-bg-4.png”) no-repeat scroll right top transparent;
height:85px;
left:12px;
position:absolute;
text-align:center;
top:-5px;
width:220px;
display:none;}4 users say Thank You to aman204 for this useful post
December 16, 2010 at 6:55 pm #367192Thanks for your help, It did remove the box, but I still have the site´s name in small size. I would like to remove it completily. 🙂
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
December 16, 2010 at 6:59 pm #367194<blockquote>but I still have the site´s name in small size. I would like to remove it completily.</blockquote>
You can add the similar display property here as done in above reference::
#ja-footlogo a {template.css (line 890)
background:none repeat scroll 0 0 #000000;
border:1px solid #000000;
color:#666666;
display:block;
font:32px/85px ArialNarrowBold,”Arial Narrow”,Arial,sans-serif;
height:85px;
text-shadow:0 -1px 1px rgba(0, 0, 0, 0.75);
text-transform:uppercase;
white-space:nowrap;
width:214px;
}4 users say Thank You to aman204 for this useful post
christofferl Friendchristofferl
- Join date:
- January 2011
- Posts:
- 233
- Downloads:
- 30
- Uploads:
- 101
- Thanks:
- 21
- Thanked:
- 2 times in 1 posts
January 18, 2011 at 11:54 am #372440I have managed to get rid of the site name. However the big block area is still there. How can I get rid of it?
See also attached image.
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
January 19, 2011 at 6:54 am #372581Hi christoffer,
You can change this::
#ja-footer .main-inner1 {template.css (line 896)
padding: 12px 0 24px 240px;
}to
#ja-footer .main-inner1 {template.css (line 896)
padding: 12px 0 24px 0;
}2 users say Thank You to aman204 for this useful post
christofferl Friendchristofferl
- Join date:
- January 2011
- Posts:
- 233
- Downloads:
- 30
- Uploads:
- 101
- Thanks:
- 21
- Thanked:
- 2 times in 1 posts
January 19, 2011 at 7:18 am #372591It worked beatifully! Many thanks! 😎
llmahan Friendllmahan
- Join date:
- February 2011
- Posts:
- 8
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 2 times in 2 posts
August 15, 2011 at 4:24 am #406273<em>@aman204 209056 wrote:</em><blockquote>Change this::
#ja-footlogo {template.css (line 880)
background:url(“../images/curl-bg-4.png”) no-repeat scroll right top transparent;
height:85px;
left:12px;
position:absolute;
text-align:center;
top:-5px;
width:220px;
}to
#ja-footlogo {template.css (line 880)
background:url(“../images/curl-bg-4.png”) no-repeat scroll right top transparent;
height:85px;
left:12px;
position:absolute;
text-align:center;
top:-5px;
width:220px;
display:none;}</blockquote>
First, thank you for posting this solution. I have been trying to figure it out for awhile. I was able to find the code exactly where you said it would be…and was able to edit. But for some reason I am unable to save the changes. I am an administrator on my site with full privileges. Do you have any suggestions. Thanks in advance for your help.
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 4 voices, and was last updated by llmahan 13 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Remove black box in the footer
Viewing 8 posts - 1 through 8 (of 8 total)