• Resolved eeprom_one

    (@eeprom_one)


    Hi Richie,

    thank you very much for your theme and best support ??

    i want to change my footer and i dont find the file to change (i was searching a lot but with not success)

    The string is this:

    <div class=”fbottom”>
    <div class=”footer-left”>
    Copyright ?2018. Blog Andaluz – Andalucia</div>

    thank you very much and best regards from southern Spain

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Richie KS

    (@rkcorp)

    use hooks, add this to functions.php or wp-content/custom-functions.php

    remove_action('bp_footer_left','meso_add_footer_left_item');
    function meso_add_custom_footer_left_item() {
    echo 'Copyright &copy;2018. Blog Andaluz &ndash; Andalucia';
    }
    add_action('bp_footer_left','meso_add_custom_footer_left_item',10);
Viewing 1 replies (of 1 total)
  • The topic ‘Change my footer_left on Mesocolum’ is closed to new replies.