Archived topic
Can widget data text be set different from body text
5 replies · Started by Tony on January 18, 2016
Is it possible to make the widget font different from the body font i.e. the list of recent post titles or the list of categories?
Hi Tony,
You can use CSS for this:
.widget {
font-family: Your chosen font name;
}
Thank you. Burning the midnight oil?
Of course your code worked but I tried adding font size with no effect.
.widget {
font-family: Droid-Serif;
font-size: 30px;
/* large to be sure I'd see a change*/
}
Is that not possible or do I need different code?
Font size can be handled using the Typography add-on in "Customize > Typography > Widget Typography".
DOH!
Thank you.
You're welcome! :)
