Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1233809
    blindboxes
    Participant

    On my forum page, the title “forum” is visible at the top of the page and I want to remove it. I have checked the box for “Disable Page Title” in page settings but it will not go away. I only want to remove it for this one page. I don’t think it is a factor, but just in case, I’ll share that I have created a page called “forum” to overwrite the automatically generated page that comes with bbPress.

    What is the best way to remove the title from this single page?

    http://www.blindboxstore.com/forum/

    #1233961
    Jade
    Moderator

    Hi there,

    We could try hiding it using CSS but when I checked the page, it goes to a 404 page.

    #1234914
    blindboxes
    Participant

    Thanks, I’ve continued messing with it and changed the name to at least have the title match what would be expected: http://www.blindboxstore.com/talk/

    #1235234
    Joao
    Moderator

    Hi There,

    You can add the following code to Appereance > Customizer > Custom > CSS

    .entry-title {
        display: none;
    }

    Hope it helps

    Joao

  • <script> jQuery(function($){ $("#no-reply-1233809 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>