Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • zamoooik Friend
    #189950

    I want to remove the entire footer section from my site. I viewed the element on my mozilla firebugger and would like to take out the entire region as seen below:
    <footer id=”t3-footer” class=”wrap t3-footer”>

    <section class=”t3-copyright”>
    <div class=”container”>
    <div class=”t3-copyright-poweredby”>
    <div class=”row”>
    <div class=”span3 copyright”>

    </div>
    </div>

    </div>
    </div>
    </section>

    <section class=”t3-back-to-top”>
    <div style=”right: 23.5px;” id=”back-to-top” class=”backtotop active”>
    Back to top
    </div>
    </section>
    </footer>

    The footer does not align well with the template body and I dont need it either

    Ninja Lead Moderator
    #503311

    This way will help you to remove footer section

    Open demo/home/templates/ja_beranis/css/template.css file

    From

    .t3-footer {
    color: #666
    *zoom: 1;
    }

    Change to


    .t3-footer {
    color: #666
    display: none;
    *zoom: 1;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 2 months ago.

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