[Resolved] Font size sidebar links

Home Forums Support [Resolved] Font size sidebar links

Home Forums Support Font size sidebar links

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #145966
    Leo

    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.

    #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;
    }
    #147712
    Leo

    thanks!

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

    #147723
    Tom
    Lead Developer
    Lead Developer

    No problem! 🙂

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

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