BuddyBoss Home – Web Support Forums Themes Boss. theme How do I remove page titles on Activity & Members pages?

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

    #48370
    @costyclan

    How do I remove page titles on Activity pages?
    Also, I want my members page title to be ‘Directory’. The page name is Directory but the title still shows as Members??

    Answers

    #48387

    Anonymous
    @

    Hi @costyclan

    
    #buddypress .activity-header {
        display: none;
    }
    

    You can use above css to custom.css to hide the activity title
    change the Page Title of the Members page to Directory It will display it
    Regards

    #48486
    @costyclan

    Thank you Varun. I’ve removed the heading on ativity page however, changing the name of the page to Directory is not changing the title showing (see screenshot attached).
    The page is titled Directory, the URL is also /directory ??

    #48492

    Anonymous
    @

    Hi @costyclan,

    I have also did the same and it worked, please try again and save the BuddyPress Setting once more.
    It is coded to display the title as it is whatever it assign to corresponding page title.

    Regards

    #48572
    @costyclan

    Hi @vapvarun,

    Yes I did the same as above and I’m still getting ‘Members’ show up as the page title. Strange.
    Also, when I add the code above to custom.css field in Appearance/customize all of the update links are missing and only the description text and photo remain. No user names, times, links etc. (see attached which shows first update with picture of cake).

    #48575

    Anonymous
    @

    Hi @costyclan
    Paste your site url i will inspect the custom css you have added there
    Regards
    Varun Dubey

    #48604
    @costyclan
    #48654

    Anonymous
    @

    Hi @costyclan, You have included membership plugin to protect the pages, i will need login details to check them
    Please PM your WP login details to check the site
    Regards
    Varun Dubey

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘How do I remove page titles on Activity & Members pages?’ is closed to new replies.