BuddyBoss Home – Web Support Forums Plugins BuddyBoss Media remove header area from Site Gallery page

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

    #69216
    @costyclan

    I would like to move the update area and photos/albums buttons from the header area of my sitewide gallery page (see attached). I basically want this page to be a grid of images only.

    Answers

    #69703
    @anve

    Hi @costyclan,

    Place the following css in child theme’s custom css option.

    
    body.page-id-10417 form#whats-new-form, body.page-id-10417 div.item-list-tabs#subnav {
        display: none;
    }
    

    Hope it helps.

    Regards
    Anve

    #69727
    @costyclan

    thank you @anve

    #69735
    @anve

    Hi @costyclan,

    Great 🙂 . I’ll close this topic now .

    Regards
    Anve

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘remove header area from Site Gallery page’ is closed to new replies.