• Closed
  • Lindy Madsen
    Spectator
    August 22, 2015 at 2:44 pm #20042

    Hi

    When I set the Post Title Font size in the Theme Options, it is setting the same size one the small grid layout titles, as it does on the single posts. That means, that I either have to have really large headlines to small posts in grid view, or really small titles on the posts page…

    Any way to seperate those to titles?

    Denzel Chia
    Moderator
    Posts: 2656
    August 23, 2015 at 11:46 am #20054

    Hi,

    Please try Theme Options -> Blog -> Post Title Excerpt Length
    to reduce the number of characters of post title for your blog grid layout.

    This will not affect single post.

    Thanks!

    Lindy Madsen
    Spectator
    Posts: 28
    August 23, 2015 at 6:25 pm #20059

    Hi

    So, what exactly does the number of letters shown in a title have to do with the size of the letters?

    I do appreciate your attempt to help, but you don’t really answer my question…

    The size of the titles are the same – I do know how to manage the number of letters in the title, at the grid layout.

    Denzel Chia
    Moderator
    Posts: 2656
    August 23, 2015 at 7:15 pm #20060

    Hi,

    Sorry, I thought you want truncate the post title so that it does not overflow on your post page.

    Please post your website url to your post page.
    Please tell me the font size that you want for your post page’s post titles and the font size for your single post title. I will provide you the custom css code.

    Thanks!

    Lindy Madsen
    Spectator
    Posts: 28
    August 24, 2015 at 8:13 am #20071

    Hi again

    The page in question is http://www.hsp-foreningen.dk

    And I guess the sizes would be roughly 16 and 28 point – 16 for the gridview, and 28 for the single posts.

    Imran
    Spectator
    Posts: 402
    August 25, 2015 at 1:07 am #20078

    Hi Lindy,

    Thanks for writing in! if you wish to change the font sizes on both blog page and single posts, so you can add the following code under Appearance > Theme Options > Custom Css:

    .single-post .entry-title {
    font-size: 28px !important;
    }

    .blog .entry-title a {
    font-size: 16px !important;
    }

    Hope this helps!

    Thanks.