twentyfourteen: fonts css

  • Unknown's avatar

    Hi

    I would like to know who my fonts are not the same as in the demo. In the Sidebar are very big, but if I reduce the overall font size, were also reduced in the titles below. Which I do not. Anyone know what happens?

    Try something has modified the CSS? (I got contract) But I’m no expert and just want to break anything.

    Thanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, the font in the “Entrevistas” widget is larger by design, but you can make it smaller with the following CSS. Add the following to your CSS and edit the font size as desired.

    .widget blockquote {
        font-size: 13px;
    }
  • Unknown's avatar

    Thanks.

    the next step, I would like to resize the titles of the entries without affecting the top three post in the sidebar.

    I think this is more complicated

  • Unknown's avatar

    Add this and increase the value:

    .site-content .entry-title {
    font-size: 19px !important;
    }
  • The topic ‘twentyfourteen: fonts css’ is closed to new replies.