Skip to:
Content
Pages
Categories
Search
Top
Bottom

CSS on Index Page


  • regnalf
    Participant

    @regnalf

    Hi, i want to style the index (root) page with css.
    As i see the pages for single forum and the topic etc. have the body class “bbpress” and “forum”, “topic” etc.

    But the root index page have nothing of them. I doesn’t use a custom page for it, it’s all standard from bbpress settings.

Viewing 2 replies - 1 through 2 (of 2 total)

  • Robin W
    Moderator

    @robin-w

    styling root page us

    #bbpress-forums

    eg

    #bbpress-forums ul.odd
    {
    background-color:blue ;
    }

    or use

    bbp style pack


    regnalf
    Participant

    @regnalf

    I wanted to style the body tag too, in the subpages like topic or forum the css class is in the body class section. the #bbpress-forums is deeper inside the page.

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