Beiträge von retunes

    Hallo,
    habe das theme ColorNews und möchte die Copyright Zeile ganz unten ändern. Im Editor in der footer.php gibt es nichts zum ändern.

    Das ist die Zeile:

    [COLOR=#8C8C8C][FONT=Roboto]Copyright © 2016 [/FONT][/COLOR]

    [FONT=inherit]MeineSeite [/FONT]

    [COLOR=#8C8C8C][FONT=Roboto]. Theme: ColorNews by [/FONT][/COLOR]

    [FONT=inherit]ThemeGrill[/FONT]

    [COLOR=#8C8C8C][FONT=Roboto]. Powered by [/FONT][/COLOR]

    [FONT=inherit]WordPress[/FONT]

    [COLOR=#8C8C8C][FONT=Roboto].

    [/FONT][/COLOR]

    Hier die footer.php:

    <?php
    /**
    * The template for displaying the footer.
    *
    * Contains the closing of the #content div and all content after
    *
    * @package ThemeGrill
    * @subpackage ColorNews
    * @since ColorNews 1.0
    */


    ?>
    <?php
    if( is_active_sidebar( 'colornews_advertisement_above_footer' ) ) {
    if ( !dynamic_sidebar( 'colornews_advertisement_above_footer' ) ):
    endif;
    }
    ?>


    <?php do_action( 'colornews_before_footer' ); ?>
    <footer id="colophon">
    <?php get_sidebar( 'footer' ); ?>
    <div id="bottom-footer">
    <div class="tg-container">
    <div class="tg-inner-wrap">
    <?php colornews_footer_copyright(); ?>
    </div>
    </div>
    </div>
    </footer><!-- #colophon end -->
    <a href="#masthead" id="scroll-up"><i class="fa fa-arrow-up"></i></a>
    </div><!-- #page end -->


    <?php wp_footer(); ?>


    </body>
    </html>


    Gibts da ne möglichkeit das zu ändern?
    Für eine Hilfreiche Antwort wäre ich sehr Dankbar :)