• Hi

    I am working on this theme: Canyon by Steve Kamn.

    I want to edit footer to remove the right site part that says “Canyon Theme by DesignCanyon ⋅ WordPress”

    Here is the footer code

    <div id=”footer” class=”grid_12″>
    <?php do_action( ‘canyon_footer’ ); ?>
    </div> <!– end #footer –>
    <div class=”clear”></div>
    </div> <!– end .container_12 –>
    </div> <!– end .container_main –>
    <?php wp_footer(); ?>
    </body>
    </html>

    Is there a way to overwrite that with my own footer coding without damaging theme performance ?

Viewing 1 replies (of 1 total)
  • Hi Tdkubu,

    i can make sure if the credit that displayed is called by this code:

    <?php do_action( ‘canyon_footer’ ); ?>

    Check your theme functions (functions.php or theme-functions.php) for this function: canyon_footer

Viewing 1 replies (of 1 total)
  • The topic ‘Canyon theme footer edit’ is closed to new replies.