Site logo

Archived topic

Font size sidebar links

3 replies · Started by Anonymous on October 20, 2015

Viewing posts 1–4 of 4

Hello,

I've been reading a lot of topics here and used it to improve my website.

But I can't seem to solve one problem. I would like to decrease te size of blogposts mentioned in my right sidebar (all links under recent, categories and archive). How can I change the font size of these items?

I tried to use the codes in the other topics, like .widget {font-size: 14px;}, but it doesn't work.

thanks for your help.

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;
}

thanks!

It solved my problem. I will also take a look at your addons.

No problem! :)

Let me know if you have any questions regarding the add-ons.

This archived topic is closed to new replies.