Reply To: Font size sidebar links

Home Forums Support Font size sidebar links Reply To: Font size sidebar links

Home Forums Support Font size sidebar links Reply To: Font size sidebar links

#146048
Tom
Lead Developer
Lead Developer

Hi there,

To reduce the overall font size in widgets, our Typography add-on has an option in “Customize > Typography > Widget Typography”.

To reduce the size of links only, try this:

.sidebar .widget li a {
    font-size: 14px;
}