Site icon Catch Themes

Edit Footer

I am trying to replace the current footer text - however my line is showing up beneath everything and still has the default footer. When I remove some code, the entire black box disappears. How do I edit the footer? Thanks Current Code: <?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after * * @package Create */ ?> <?php /** * create_before_footer hook * * @hooked create_content_end - 10 * */ do_action( 'create_before_footer' ); ?> <?php /** * create_footer hook * * @hooked create_footer_start - 10 * @hooked create_footer_info - 20 * @hooked create_footer_end - 50 * @hooked create_page_end - 100 * */ do_action( 'create_footer' ); ?> <p>Copyright © 2017 | Cozza Investment Group, Inc | All Rights Reserved</p> <?php wp_footer(); ?> </body> </html>
Exit mobile version