- This topic has 1 reply, 2 voices, and was last updated 8 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Remove Author Box from Pages in Epik theme
Tagged: author box, epik
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?
That doesn’t look like the author box that comes with Genesis. If you’re using a plugin to add that, then the Genesis code/filters won’t remove it, you’d have to see if the plugin has this option available.
The code you would need to add in your css (for display: none;) is actually – authorsure-author-box
So add this to your css –
.authorsure-author-box {
display: none;
}
…and that should do it.
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com