BuddyBoss Home – Web Support Forums Themes Boss. theme Resize cover photo height

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

    #58730
    @ninety83

    Hi All,

    Im trying to change the height of the cover image to 600px. i added this css change but the image is still 320px height and the rest is white space!!

    #buddypress #item-header {
    min-height: 600px;
    }

    can anyone help with this?

    regards,

    ken

    Answers

    #58732
    @jedbarish

    I would like to know, too

    #58750

    Anonymous
    @

    Hi @ninety83, Please add this css code inside your boss theme’s custom css option

    
    #buddypress #item-header {
    min-height: 600px;
    }
    
    #buddypress #item-header .bb-cover-photo {
      min-height: 600px;
    }
    

    Regards

    #58908
    @ninety83

    Hi,

    That works great, but there is an overlay on the cover image that also needs to be adjusted?

    regards

    #58946

    Anonymous
    @

    Hi @ninety83, Please add this css code :

    
    #buddypress #item-header-cover > .table-cell {
        height: 600px;
    }
    

    Regards

    #59012
    @aaronmcnany

    Will one of the members post a screenshot of what the cover-photo looks like at 600px? I’m curious.
    Thanks!

    #59266

    Anonymous
    @

    Hi @aaronmcnany, Please take a look of cover-photo screenshot I have attached with the 600px height.

    Regards

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘Resize cover photo height’ is closed to new replies.