BuddyBoss Home – Web Support Forums Solutions Social Learner Edit Archive Template/CSS

Tagged: 

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

    #47916
    @buildingyouup

    Hello, I am using SocialLearner with wpmudev’s CoursePress Pro. The Archive page for my list of courses doesn’t look good at all. How Can I get rid of this banner/block above the course title and course image? If I hide the thumbnail it also hides the course image.

    Answers

    #47926

    Anonymous
    @

    Hi @buildingyouup, Social Learner do not with wpmudev’s CoursePress Pro.

    Regards
    Pallavi

    #47973
    @buildingyouup

    Hi @pallavi, I understand that it doesn’t natively integrate with CoursePress Pro, but everything can be modified. The Blog Archive page has that big block area and I simply need to remove it. How do I do that?

    #47977

    Anonymous
    @

    Hi @buildingyouup, please provide me your site link so I could check it once.

    Regards
    Pallavi

    #47978
    @buildingyouup
    #47979

    Anonymous
    @

    Hi @buildingyouup, please add this CSS code in your custom css to remove that big block area.

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

    Regards
    Pallavi

    #47981
    @buildingyouup

    Thank you so so much!!! It looks much better 🙂

    #47982

    Anonymous
    @

    🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘Edit Archive Template/CSS’ is closed to new replies.