BuddyBoss Home – Web Support Forums Solutions Social Learner Remove page title from top of page

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

    #57391
    @randall-league

    Is there an option somewhere to remove the page title from the page?

    Here you can see the “Home” page title:

    View post on imgur.com

    Answers

    #57420

    Anonymous
    @

    Hi @randall-league, Please select the page template as a home page to remove page title.

    Regards

    #58373
    @randall-league

    What can I do for “non-home” pages?

    #58388

    Anonymous
    @

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

    
    h1.main-title {
        display: none;
    }
    

    Regards

    #58585
    @randall-league

    Hi, I tried that but the page title still shows up.

    View post on imgur.com

    #58589

    Anonymous
    @

    Hi @randall-league, Please try this code:

    
    .entry-title {
        display: none !important;
    }
    

    Regards

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Remove page title from top of page’ is closed to new replies.