Post title in Category page

Hi,
the following page is a "Category" page: http://spiraloftime.com/category/despertar-mi-inspiracion
I would like to:
- reduce the margin between lines.
- custom the title font size

Thank you in advance!

Comments

  • Hey,

    you can change it's size and line height under Theme options > Fonts > Size & Style section or with the following css if you prefer to change them for this individual item only:
    .masonry .post-desc-wrapper .post-desc .post-title h2 a { font-size: 16px !important; line-height: 16px !important; }
  • Hi,
    Thank you very much for your response:

    - Theme options > Fonts > Size & Style: what measures do I have to change for post title font size and line-height size?

    - I have tried the CSS code: the font size is working fine. However, this code is having no effect on line-height.

    Could you please advice?
    Thanks in advance!
  • 1. Because post title is h2 we guess you need to change details for H2 heading.

    2. It has no effect because we gave you too much of css by mistake. The right css to change it's line height would be:
    .masonry .post-desc-wrapper .post-desc .post-title h2 { line-height: 15px !important; }
  • Now it worked! :-)
    Thank you!
Sign In or Register to comment.