-
AuthorPosts
-
March 30, 2018 at 5:40 pm #1113167
How do I change the t3 framework logo or overwrite it on the one at the footer, and secondly how do I remove the joomla licence bla-bla-bla as seen on my screenshot
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
March 30, 2018 at 6:05 pm #1113171Hi
Try to add to your custom.css this code ( if you do not have already a custom.css file in this folder /templates/ja_muzic/css/ then create a new one )
.t3-logo-light, .t3-logo, .t3-logo-color { background-image: url("path for your image") }
Regarding copyright text have a look at THIS page.
Regards
March 30, 2018 at 6:16 pm #1113173I am not talking of the whole copyright, please check this image below and see the highlighted issue, and I could not find that in the default.css
- This reply was modified 6 years, 7 months ago by longselijah.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
March 30, 2018 at 7:09 pm #1113182Hi
It is the MOD_FOOTER_LINE2 string
You can find it in this file /templates/ja_muzic/html/mod-footer/default.php
change from
<small><?php echo JText::_( 'MOD_FOOTER_LINE2' ); ?></small>
to :
<small></small>
Regards
March 31, 2018 at 6:30 am #1113188Solved.
Thank you.
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 4 replies, has 2 voices, and was last updated by longselijah 6 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum