• Hello,

    I am looking to alter the text in my footer. I have checked the footer.php file and I cannot see the text anywhere. Leads me to believe it is being called in from somewhere else. Could anyone help me out?

    my site is MOREGONE.com

    This is what the footer displays
    ? 2012 Lensa. All Rights Reserved

    This is whats in footer.php

    </div>

    <!– Progress bar for supersized –>
    <div class=”progress-wrapper”>
    <div class=”progress-bar”></div>
    </div>

    <footer class=”footer-section container”>
    <div class=”row”>
    <?php colabs_social_net(“social-links”) ?>
    <div class=”copyrights”><?php colabs_credit(); ?></div>
    </div>
    </footer><!– .footer-section –>

    <?php wp_footer(); ?>
    </body>
    </html>

    [please mark any posted code – https://codex.www.ads-software.com/Forum_Welcome#Posting_Codealso bump moderated ]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Where did you download that theme from?

    Thread Starter moregone

    (@moregone)

    https://colorlabsproject.com/ it is a free theme they offer.

    Their support has been less than helpful

    Thanks for the response

    Unfortunately, these forums only support themes from the repository on this site, but what are you trying to change? A link to the site would be relevant as well.

    from looking at the code, it seem sthat this line is generating the copyright etc:

    <div class="copyrights"><?php colabs_credit(); ?></div>

    try to search through the theme’s files to find and edit the function colabs_credit() or change this section "<?php colabs_credit(); ?> to whatever text you want to have in footer.php –

    make sure to check with the theme’s developer which ‘all rights reserved’ are involved and under which license the theme is released, i.e. if it is legal to edit this footer text.

    Thread Starter moregone

    (@moregone)

    Thanks, I am looking to add info about my organization and LLC

    Appreciate your direction alchymyth

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove footer text (not in footer.php)’ is closed to new replies.