BuddyBoss Home – Web Support Forums Solutions Social Learner How to now show the header of posts

Tagged: ,

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

    #50170
    @iitutor

    Hi. Would it be possible not showing the header of each post as shown in the attachment?

    Answers

    #50258
    @vapvarun

    Hi @iitutor
    you can use following css in custom.css of the child theme

    
    .page-cover {
        display: none;
    }
    

    Regards
    Varun Dubey

    #50383
    @iitutor

    Hi Varun. thanks for that. It works as I expected.
    Just one more thing here, a blog page has been created under the primary menu as you can see the attached screen shot.
    1. Could you please let me know how to remove the cover-photo from each blog posts?
    2. Could you please any suggestions in making an effective blog page provided by BuddyBoss? I’d like to have a blog page done with category, list of the blog posts in chronological order in simple look and feel.

    Looking forward to hearing from you soon.

    Cheers, Fred

    #50385
    @iitutor

    Hi Varun.

    It would be great if you have any chance to be at https://www.iitutor.com/blog/.

    Cheers, Fred

    #50426
    @vapvarun

    Hi @iitutor
    You can use following to remove them

    
    .entry-post-thumbnail {
        display: none !important;
    }
    

    For blog page design you can use Visual Composer plugin or https://wordpress.org/plugins/siteorigin-panels/
    Regards
    Varun Dubey

    #50432
    @iitutor

    Thanks Varun for the great information. You helped me a lot.

    Cheers, Fred

    #50478
    @vapvarun

    🙂 I will close this topic now
    Regards

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘How to now show the header of posts’ is closed to new replies.