Problem with text size after update to 1.6

  • sylvia

    #3110

    Having new problem since update:

    When I look at my posts on my home page….all the post titles are the same size. But, if I click on one of the posts to view the full post, the post title size shrinks to about half its original size. From looking at the css…in the first page all the post titles are given the html tag:

    <h2 class="post-title entry-title">

    But after I click on a post and then check the html for the smaller post title….I see it is now:

    <h1 class="post-title entry-title">

    To me it looks like that the changing of h1 to h2 is causing the issue…..anyone know how to fix this problem?

    Admin

    Syahir Hakim

    #23090

    Yes, changing h2 on front page to h1 on the single post page is intentional. However, the text size and style should be the same. Have you refreshed your browser cache (CTRL+F5)?

    soapy

    #23091

    Yes….refreshed the cache….but it still shows up as two different sizes…any ideas?

    soapy

    #23092

    Here is my css

    .post-title, .post-title a, .post-title a:visited {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    }
    Admin

    Syahir Hakim

    #23093

    Is that in your child theme? Try deleting the font properties except the colour.

    soapy

    #23094

    Syahir,

    I removed the font size property of 1.5em…and now the text is the same size in both views which is great…but its a little bit smaller than I would like. How can I apply a font size of 1.5em in graphene 1.6 without having the same issue? Am I using the wrong css selector (post-title)?

    PS – thanks for your great support

    Admin

    Syahir Hakim

    #23095

    Try a font-size value in px rather than em, since em is relative to the containing element.

Viewing 7 posts - 1 through 7 (of 7 total)

  • You must be logged in to reply to this topic.