Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • longselijah Friend
    #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


    1. footer-JA-Music
    pavit Moderator
    #1113171

    Hi

    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

    longselijah Friend
    #1113173

    I 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 ago by  longselijah.

    1. Footer
    pavit Moderator
    #1113182

    Hi

    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

    longselijah Friend
    #1113188

    Solved.

    Thank you.

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 4 replies, has 2 voices, and was last updated by  longselijah 6 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum