Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Steve Carey Friend
    #186114

    How do I remove the footer links in mobile version?

    also can disable the mobile version?

    Ninja Lead Moderator
    #487735

    This will help you remove it

    Open templates/ja_mero/css/custom.css file

    Add new script

    @media (max-width: 767px) {
    .ja-copyright {
    display: none;
    }
    }

    Steve Carey Friend
    #488634

    which file do I edit to change the footer link not removed them? I want to keep the footer but I want to change it,

    Ninja Lead Moderator
    #488694

    1) You need to remove old customization code here

    2) Open templates/ja_mero/tpls/blocks/footer.php file

    and change it here


    <section class="ja-copyright">
    <div class="container">
    <div class="row">
    <div class="span8 copyright<?php $this->_c('footer')?>">
    <jdoc:include type="modules" name="<?php $this->_p('footer') ?>" />
    </div>
    <div class="span4 poweredby">
    <small><a href="http://t3.joomlart.com" title="Powered By T3 Framework" target="_blank">Powered by <strong>T3 Framework</strong></a></small>
    </div>
    </div>
    </div>
    </section>

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

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

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