Site logo

Archived topic

Make widget font "bold"?

3 replies · Started by James on February 24, 2016

Viewing posts 1–4 of 4

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

You can try this:

.widget {
     font-weight: bold;
}

.widget .widget-title {
    font-weight: normal;
}

Thanks Tom. Looks better now.

You're welcome :)

This archived topic is closed to new replies.