Skip to:
Content
Pages
Categories
Search
Top
Bottom

forum title css changes not working.


  • Grantiusmaximus III
    Participant

    @grantiusmaximus-iii

    hey guys, im a complete noob to this whole CSS and webdesign stuff and need some help

    I am trying to increase the size of the font in the forum titles, (the info, topic, replies and freshness)

    i used this piece of css code but it isn’t working

    #bbpress-forums ul.bbp-lead-topic,
    #bbpress-forums ul.bbp-topics,
    #bbpress-forums ul.bbp-forums,
    #bbpress-forums ul.bbp-replies,
    #bbpress-forums ul.bbp-search-results
    {
    font-size: 13px;
    }

    (the theme i am using gives me a built in css sheet to pop any snippets that i may require in there and updates it live without going into the back end)

    here is the link to my forum.

    http://kamikazenoodle.co.uk/forums/

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

  • Robin W
    Moderator

    @robin-w

    it will all depend on the order that the different css files bare loaded, so bbpress may be overwriting your theme ones

    try

    {
     font-size: 13px !important;
     }

    That says ‘don’t overwrite’


    Grantiusmaximus III
    Participant

    @grantiusmaximus-iii

    thank you for your reply,i will attempt to fix this now.

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