Skip to:
Content
Pages
Categories
Search
Top
Bottom

Widget CSS issue in Mesocolumn theme


  • wautom
    Participant

    @wautom

    Hi All,

    I already spent two hours working on this, but failed miserably.

    I want to change the font of the topics listed in Recent Topics widget as normal, instead of bold style.
    Which code should I change?

    I tried in bbpress.css, line 166, it seems it has no effect at all.

    Please see this image: the font is too bold, I want it be normal

    Thanks very much.

Viewing 1 replies (of 1 total)

  • Robkk
    Moderator

    @robkk

    This issue is caused because the widget links have the same classes as other links throughout bbPress. In your theme mesocolumn, there is CSS in a bb-css stylesheet that bolds the forum titles.

    In this custom CSS I just set a default font-weight for any widget area.

    You may need to show your theme author this so that maybe they can add it or something similar to their theme.

    And I need to note this down as a possible issue that users might occur when customizing their forums/developing themes.

    This is custom CSS add it in the custom css area your theme provides.

    .widget-area li a {
      font-weight: normal;
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar