-
AuthorPosts
-
January 6, 2013 at 7:11 pm #183702
Hi
I want to remove the footer module in the picture section. Site name and logo to advocate here.
Thanks…
January 11, 2013 at 9:49 pm #479428Hi;
Does anyone have the answer to this issue?
I need your help.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
January 11, 2013 at 10:05 pm #479431Might you be able to provide the url of the site you’re working on?
It would also be helpful if you could set “Optimize CSS” to “No” within your Template Manager–General settings
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
January 11, 2013 at 10:18 pm #479435The CSS that controls that particular element can be found within file path –> /templates/ja_teline_iv/css/template.css
at line 1116 . . .
#ja-footlogo {
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;
}If you do not want that element to display, simply add a “display: none” property to the CSS rule, as follows:
#ja-footlogo {
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;
}
January 12, 2013 at 12:39 pm #479491Hi,
I’m working on a local server.
I did what you said. However, it did not happen. Footer logo and comes sitename.
What else can we do?
Thanks…
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 15, 2013 at 10:33 am #479833Did you try to clean JAT3 cache after making change?
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 3 voices, and was last updated by Saguaros 11 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
footer remove logo and sitename
Viewing 6 posts - 1 through 6 (of 6 total)