forums › forums › Circle Flip Support › How to remove “by admin” in circle posts homepage › Reply To: How to remove “by admin” in circle posts homepage
September 15, 2014 at 8:37 pm
#2103
Hello Fabio,
To remove the author “by admin” from home page and the post date from widget “Recent Posts” please add the following to your Custom CSS panel
.circlePostAuthor, .circleAnimationDetails p{
display:none;
}
.widget_wp_recent_post_text span{
display:none;
}
Cheers.