http://www.theabundantartisttest.com/courses-login/
The user profile box is unchecked.
I tried adding this code to functions.php
<?php
//* Do NOT include the opening php tag
//* Remove the author box on single posts XHTML Themes
remove_action( ‘genesis_after_post’, ‘genesis_do_author_box_single’ );
//* Remove the author box on single posts HTML5 Themes
remove_action( ‘genesis_after_entry’, ‘genesis_do_author_box_single’, 8 );
I also tried commenting out via css
.author-box {
display: none;
}
Neither worked.
Help?