Canyon theme footer edit
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Canyon theme footer edit’ is closed to new replies.