forums › forums › Circle Flip Support › Disable Author on Post page › Reply To: Disable Author on Post page
March 9, 2016 at 6:43 pm
#7847
Hello Sandeep,
I checked this issue. The hide author option hides the About Author section, not the author name below the post title.
You can hide them using the following CSS Code:
.PostCategories {
display:none !important;
}
.postAuthor {
display:none !important;
}
Cheers