Site logo

[Resolved] Make widget font "bold"?

Home Forums Support [Resolved] Make widget font "bold"?

Home Forums Support Make widget font "bold"?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #174949
    James

    Tom is there some CSS I can add to make widget text (not titles) bold?
    Thanks,
    James (www.MiramichiReader.ca)

    #174982
    Tom
    Lead Developer
    Lead Developer

    You can try this:

    .widget {
         font-weight: bold;
    }
    
    .widget .widget-title {
        font-weight: normal;
    }
    #174993
    James

    Thanks Tom. Looks better now.

    #174996
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.