• Resolved dalecameronlowry

    (@dalecameronlowry)


    In my theme, I have the body text of widgets set to fourteen, and the header text of widget set to twenty. But the hyperlinks in each post in the featured posts widget is smaller than fourteen pixels, making a hard to read on large screens.

    my nelio widget is the one titled ” popular posts”

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author David Aguilera

    (@davilera)

    Hi!

    Just add an extra rule in your CSS file to increase the size:

    .widget_neliofp_widget article.includes-feat-image .entry-title {
      font-size: 1em;
      line-height: 1.4em;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘font size in widget is really small’ is closed to new replies.