Hide "Comments Closed" in bbpress

  • Author
    Posts
  • #37384
    Michael

    Hi using theme option for not displaying the “Comments Closed” text site wide is not working in bbpress, is there a way to enable it for there?

    #37499
    Zed
    Cryout Creations mastermind

    I was not able to find an example of this issue on your site. Could you post a link?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #37805
    Paul Decle

    HI,

    I added test two style declarations

    .nocomments
    {
    display:none;
    }

    #comments
    {
    display:none;
    }

    I added them to my child theme of Fluida but you can add CSS declarations by going to the ‘Customise’ theme settings under the Miscellaneous tab.

    I hope that helps

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Hide "Comments Closed" in bbpress’ is closed to new replies.