• Ok this is driving me crazy. I have tried to figure it out using Firebug, but I just don’t have enough experience.

    My site uses Genesis with Buster child theme.

    https://www.couponingbythesea.com

    The problem is regarding the size of the font on my post titles. The size of the font is fine as it appears on the homepage, but when you click on the title to be taken to the actual post archive, the font is too small.

    In Firebug if I change it all fonts on the page get larger instead of just the post title. The body of the post and the menu items on the right get too large so those must be all inheriting the same style. How do I fix this?

    Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • find this in your CSS:

    comih1, h2, h2 a, h2 a:visited {
        font-size: 20px;
        font-weight: bold;
        line-height: 34px;
        margin: 0 0 10px;
    }

    make it this:

    h1.entry-title, comih1, h2, h2 a, h2 a:visited {
        font-size: 20px;
        font-weight: bold;
        line-height: 34px;
        margin: 0 0 10px;
    }

    Thank you soooo much! I guess I did not know to look in the headline section. duh! You made my day. Thanks again.

    It’s me. samrhett2

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Font Size of Post Title in Archive’ is closed to new replies.