- This topic has 1 reply, 2 contibutors, and was last updated 9 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Question
Answers
Viewing 2 posts - 1 through 2 (of 2 total)
- The question ‘Hide header's post’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Hide header's post
Hello I want to know how to hide the red parts of each article (post)? I only want to keep the date and comments. I don’t want the photo and name of the author appears.
Thank you very much !
@aymenb this is simple CSS you can use FireBug for FireFox of IE/Chrome developer tools to inspect element to prevent from waiting in the future 🙂 Add this to the global section of custom.css in your child theme:
.single-post .cover-content .entry-meta .post-author{display:none;}
.single-post .page-cover .btn-group.social{display:none;}