Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End BBPress Questions

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #186695
    iizag
    Participant

    If I want to put the words forums and post and freshness like the css forums page displays on top of the bbpress forums list, how do I do that? My best guess was this :

    
    table#topic-post-list:before {
        content: "Forums";
        font-weight: bold;
        box-sizing: border-box;
        padding-left: 28px;
    }

    Which just does one line and is very limited and most likely not the way to go about it. Any suggestions ?

Viewing 1 post (of 1 total)
  • The forum ‘Back End’ is closed to new topics and replies.