Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • djacosta Developer
    #205322

    Hi,
    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


    1. t3-logo-huge
    pavit Moderator
    #565955

    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.

    TomC Moderator
    #565956

    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

    djacosta Developer
    #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 footer

    djacosta Developer
    #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 post

    TomC Moderator
    #565963

    Well, you can try pasting the following within your custom.css file . . . .


    .t3-footer > .container {
    display: none;
    }

    pavit Moderator
    #565964

    Hi

    Add this to your custom.css file

    1) .t3-footer .logo {
    display:none !important;
    }
    2) .t3-copyright {
    display:none !important;
    }

    djacosta Developer
    #565966

    That did it. Thanks

    TomC Moderator
    #565968

    <em>@djacosta 467293 wrote:</em><blockquote>That did it. Thanks</blockquote>

    Which one … mine or Pavit’s 😉

    seaneo Friend
    #577184

    I 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 Friend
    #643489

    I 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 Friend
    #742140

    I 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 Friend
    #577187
    seaneo Friend
    #643492
    seaneo Friend
    #742143
Viewing 15 posts - 1 through 15 (of 21 total)

This 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