Skip to:
Content
Pages
Categories
Search
Top
Bottom

Styling the forum description on the homepage?


  • remove
    Participant

    @remove

    Hi,

    In the homepage of my forums I’ve got:

    Forum Title
    Form Description

    Forum Title
    Form Description

    I’d like to style the forum description so it’s a larger size. The css class appears to be “bbp-forum-content” and I’m able to manipulate the color but not the size via my stylesheet. Here’s what I’ve got:

    .bbp-forum-content{
    font-size:2em;
    color:red;
    }

    The color does indeed turn red but the font size doesn’t change. Any thoughts?

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

  • Magic-Komplex
    Participant

    @magic-komplex

    Actually I’m a total noob with programming, just trying around myself, so it’s just an idea. Maybe the font size is overwritten by another file, try to add !important; and see if it works:

    .bbp-forum-content{
    font-size:2em!important;
    color:red;
    } 

    remove
    Participant

    @remove

    Awesome! That worked! Thanks so much for your help.


    Magic-Komplex
    Participant

    @magic-komplex

    Cool! 🙂 Glad I could help you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Styling the forum description on the homepage?’ is closed to new replies.
Skip to toolbar