Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there androidgar,

    How are you doing today?

    This should be possible by editing your theme footer.php. Ideally you’d want to create a child theme, make a copy of footer.php there and make the changes in your child theme file so you can avoid losing this once you update the theme.

    What you need to do is replace line 26 in footer.php which looks like this:

    <?php colornews_footer_copyright(); ?>

    With this one:

    <div class="mycrtext">My Copyright text</div>

    I’ve added a class to it so you can later use CSS to apply styles to it in case you want that as well.

    Hope this helps and have a great weekend 🙂

    Cheers,
    Bojan

    Thread Starter androidgar

    (@androidgar)

    thanks you very much for your instant help………………..

    c

    Glad I could help 🙂

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Edit footer’ is closed to new replies.