BuddyBoss Home – Web Support Forums Themes Boss. theme Hide header's post

Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #37103
    @aymenb

    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 !

    Answers

    #37208

    Alyssa
    Participant
    @alyssa-buddyboss

    @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;}
Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Hide header's post’ is closed to new replies.