Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Robkk

    (@robkk)

    never mind i just found out

    use display:none to hide the original css

    and .post to display it only on forum pages

    like this

    code to hide on blog posts

    li.bbp-header {
        display: none;
    }

    code to display only on forums

    .post li.bbp-header {
      background: none repeat scroll 0% 0% transparent;
      display:block;
    }

    you could also use this on other things like li.bbp footer, or certain links

    @robkk thanks for posting the solution.

    Thread Starter Robkk

    (@robkk)

    no problem

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to remove bbpress reply header and footer when topics are on posts??’ is closed to new replies.