• Resolved ritailsted

    (@ritailsted)


    Hi Robin

    I want to style a single forum different from the other forums – is that possible?

    Regards

    ritailsted

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Robin W

    (@robin-w)

    hmmm…. could be simple or very hard, what do you want to change?

    Thread Starter ritailsted

    (@ritailsted)

    I would like to use different colours, so the new forum does not look like the other ones. Maybe css somewhere?

    Regards Rita

    Plugin Author Robin W

    (@robin-w)

    ok, so you need to find the forum id no.

    go into dashboard>all forums>forums>edit forum and when you click in that you will see the url at the top of your browser says

    wp-admin/post.php?post=2927&action=edit

    so ‘2927’ is the forum ID in the above example

    Then use the style crib here

    https://codex.bbpress.org/bbpress-styling-crib/

    and replace

    #bbpress-forums

    with

    #post-2927

    in each case eg

    #post-2927 .bbp-topic-title {
    	font-size: 20px;
    }
    • This reply was modified 3 years ago by Robin W.
    • This reply was modified 3 years ago by Robin W.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘style single forum’ is closed to new replies.