BuddyBoss Home – Web Support Forums Themes OneSocial theme How can I remove page titles

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

    #62728
    @costyclan

    I’d like to remove the page titles from showing at top of page on ‘Activity’, ‘Members’, Groups etc

    Answers

    #62744
    @conscious-crafties

    Following as would also like to know 🙂

    #62866
    @anve

    Hi @costyclan,

    Try adding following css in child theme.

    
    body.activity .entry-header,body.groups .entry-header,body.members .entry-header {
      display: none;
    }
    

    Regards
    Anve

    #63010
    @costyclan

    Perfect @anve, thanks so much.

    #63025
    @anve

    Great 🙂

    #63052
    @jofeuerstein

    That removes the page title from standard pages. Good!

    Is it also possible to remove the page title from one specific, individually made page? It may sound silly, but I can’t find out how to stop that title from displaying. 🙂

    j.

    #63056
    @jofeuerstein

    PS: I found a little plugin called “Toggle Page Title” that adds a button per page to do just that. So that’s solved for me.

    #63102
    @anve

    Hi @jofeuerstein,

    Great you found your fix . 🙂

    Regrads
    Anve

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘How can I remove page titles’ is closed to new replies.