BuddyBoss Home – Web Support Forums Themes BuddyBoss theme CSS fault in activity post BuddyBoss theme mobile view

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

    #54468
    @mth75

    @vapvarup @tjchester

    He guys, I found a small CSS issue (prob. introduced after the theme update for the latest buddy press functionality). This issue occurs when opening an activity post on the wall by clicking on the time and age url. See image.

    Answers

    #54635

    Anonymous
    @

    Hi @mth75
    You can use following custom css it will the current issue

    We have also fixed in our development version

     .cover-photo-on.bp-user.activity .entry-header h1 {
        color: initial !important;
        text-shadow: none !important;
    }
    body.cover-photo-on.bp-user.activity .entry-header {
        position: static !important;
        padding-left: 20px !important;
    }
    

    Thanks
    Varun Dubey

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘CSS fault in activity post BuddyBoss theme mobile view’ is closed to new replies.