BuddyBoss Home – Web Support Forums Themes Boss. theme Remove header title, Photos/Albums buttons and update field from global photos g

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

    #49016
    @costyclan

    How can I remove header title, Photos/Albums buttons and update field from global photos gallery?
    I only want a grid of all images to show on this page. (screenshot attached)
    Thank you

    Answers

    #49088

    Anonymous
    @

    Hi @costyclan, Complete section is removed (Photos/Albums buttons and update field) from the global photos gallery you can check that.

    Here’s the code to hide that:

    
    #post-6297 header.entry-header h1.entry-title {
      display: none !important;
    }
    #post-6297 div #buddypress form#whats-new-form {
      display: none !important;
    }
    #post-6297 div #buddypress div#subnav.item-list-tabs.no-ajax {
      display: none !important;
    }
    

    I have already added this code in the custom css.

    Regards
    Pallavi

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Remove header title, Photos/Albums buttons and update field from global photos g’ is closed to new replies.