-
AuthorPosts
-
djacosta Developer
djacosta
- Join date:
- March 2009
- Posts:
- 65
- Downloads:
- 14
- Uploads:
- 3
- Thanks:
- 19
- Thanked:
- 9 times in 1 posts
April 6, 2015 at 4:26 pm #205322Hi,
I want to remove the footer with the huge T3 Logo and some other copyright information from my site
I would like the instructions posted here since I’m running the site on my local computer without access from the outside
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 6, 2015 at 4:31 pm #565955Hi
Post here a screenshot of your new desired footer layout , because from your question is not simple to understand if you want to remove whole block or only text or logo inside block.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 6, 2015 at 4:32 pm #565956To get rid of the grey box with the Teline logo in it, try this . . . . .
If you haven’t yet done so, create a new file called “custom.css” within file path –> /templates/ja_teline_v/css/
Within that custom.css file, paste the following CSS rule:
t3-footer .logo {
display: none;
}SAVE CHANGES – CLEAR CACHE – REFRESH PAGE
djacosta Developerdjacosta
- Join date:
- March 2009
- Posts:
- 65
- Downloads:
- 14
- Uploads:
- 3
- Thanks:
- 19
- Thanked:
- 9 times in 1 posts
April 6, 2015 at 4:41 pm #565959<em>@pavit 467278 wrote:</em><blockquote>Hi
Post here a screenshot of your new desired footer layout , because from your question is not simple to understand if you want to remove whole block or only text or logo inside block.</blockquote>
Thanks for the quick response
I just want it to be blank. I don’t want anything on the footerdjacosta Developerdjacosta
- Join date:
- March 2009
- Posts:
- 65
- Downloads:
- 14
- Uploads:
- 3
- Thanks:
- 19
- Thanked:
- 9 times in 1 posts
April 6, 2015 at 4:43 pm #565960<em>@TomC 467279 wrote:</em><blockquote>To get rid of the grey box with the Teline logo in it, try this . . . . .
If you haven’t yet done so, create a new file called “custom.css” within file path –> /templates/ja_teline_v/css/
Within that custom.css file, paste the following CSS rule:
t3-footer .logo {
display: none;
}SAVE CHANGES – CLEAR CACHE – REFRESH PAGE</blockquote>
Thanks for the quick reply, Tom
That didn’t work. It’s not just the t3 Logo. it’s a whole black footer are at the button of the page. Check the attached image on my original postTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
djacosta Developerdjacosta
- Join date:
- March 2009
- Posts:
- 65
- Downloads:
- 14
- Uploads:
- 3
- Thanks:
- 19
- Thanked:
- 9 times in 1 posts
April 6, 2015 at 5:00 pm #565966That did it. Thanks
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 6, 2015 at 5:00 pm #565968<em>@djacosta 467293 wrote:</em><blockquote>That did it. Thanks</blockquote>
Which one … mine or Pavit’s 😉
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
July 13, 2015 at 12:56 pm #577184I also want to remove the footer (see attached) and I was wondering, isnt therte just a stetting somewhere in the backend that takes care of thios, or or does one indeed have to manipulate the CSS file?
In any case I did create a brand new custom.css file and wrote this:
1) .t3-footer .logo {
display:none !important;
}
2) .t3-copyright {
display:none !important;
}but the footer is still there, please advise, thanks
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
July 13, 2015 at 12:56 pm #643489I also want to remove the footer (see attached) and I was wondering, isnt therte just a stetting somewhere in the backend that takes care of thios, or or does one indeed have to manipulate the CSS file?
In any case I did create a brand new custom.css file and wrote this:
1) .t3-footer .logo {
display:none !important;
}
2) .t3-copyright {
display:none !important;
}but the footer is still there, please advise, thanks
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
July 13, 2015 at 12:56 pm #742140I also want to remove the footer (see attached) and I was wondering, isnt therte just a stetting somewhere in the backend that takes care of thios, or or does one indeed have to manipulate the CSS file?
In any case I did create a brand new custom.css file and wrote this:
1) .t3-footer .logo {
display:none !important;
}
2) .t3-copyright {
display:none !important;
}but the footer is still there, please advise, thanks
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
July 13, 2015 at 1:07 pm #577187My apolgoes, I just saw this:
http://www.joomlart.com/documentation/joomla-templates/ja-teline-v/how-to#footer-info
and am working on it
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
July 13, 2015 at 1:07 pm #643492My apolgoes, I just saw this:
http://www.joomlart.com/documentation/joomla-templates/ja-teline-v/how-to#footer-info
and am working on it
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
July 13, 2015 at 1:07 pm #742143My apolgoes, I just saw this:
http://www.joomlart.com/documentation/joomla-templates/ja-teline-v/how-to#footer-info
and am working on it
AuthorPostsThis topic contains 21 replies, has 4 voices, and was last updated by seaneo 9 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum