Hi thank you,
Yes, there is a curly missing in the footer code, but I can’t get back in to change it – do you know how?
//* Customize the entire footer
remove_action( ‘genesis_footer’, ‘genesis_do_footer’ );
add_action( ‘genesis_footer’, ‘sp_custom_footer’ );
function sp_custom_footer() {
?>
<p>Pretty Chic Theme By: Pretty Darn Cute Design</p>
<?php
}