Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove page title only for forum pages.

  • @sureshtmp-456

    Participant

    WP 3.4.2
    BBPress Plugin – 2.2.2

    1) Installed BBPress plugin. Did basic setting in admin for the plugin.
    2) Copied archive-forum.php and single-forum.php from bbpress plugin directory to mytheme root directory.
    3) Copied “css/bbpress.css” to mytheme root directory and then customized.
    4) That’s it. I have not created any new template/page for the forum.

    All look fine and working but I have this problem.

    If you go to this link http://www.clouni.com/askquestions/

    You will notice the title “Forums” in left side. How can I hide it ? If I understand correctly, it is page title generated through wordpress. But how to hide it only for forum pages and not other page in wordpress ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • @sureshtmp-456

    Participant

    Any one can give some idea ? Is it even possible ?
    -Suresh

    @lynq

    Participant

    You could use…

    .bbp-content .entry-title { display: none; }

    in your css file.

    @sureshtmp-456

    Participant

    Hi Lynq,

    Thanks it worked.

    I did like this.

    #bbp-container .entry-title {
    display: none;
    }

    -Suresh

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar