Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1040150

    Hi
    To hide the footer logo
    open template style > JA Bookshop > General > show t3 footer logo > NO.
    save and check.
    If you want to hide the whole footer include module positons add below code in custom.css

    .t3-footer {
        display: none;
    }

    Regards

    pepperand Friend
    #1040232

    Many thanks for your answer, I understand, but where can I remove or replace the text "Bootstrap is a front-end framework of Twitter, Inc. Code licensed under Apache License v2.0. "?, Regards

    Pankaj Sharma Moderator
    #1040241

    Hi
    You can find the text in the template folder tpls/blocks/footer.php file.

    Regards

    pepperand Friend
    #1040379

    Many thanks Pankaj Sharma, very useful. Greetings.

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

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

The topic ‘T3 Footer Logo’ is closed to new replies.