• Resolved Wahlii

    (@wahlii)


    I love the font that I used for my site title, but it isn’t so legible as the title for each blog post. :(. Is there anyway that CSS can help me to diffrentiate the font of the Site Header and the blog Post titles so that I can have a different one for each? I realize that both responds when I make adjustments to h1….

    …if that helps. :/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Sure, you can use the .site-title class to target just the site title in the header, .excerpt-title to target the post title on the blog/archive pages, and .entry-title to target the post title on the individual post page.

    Thread Starter Wahlii

    (@wahlii)

    BEN IT WORKS!

    Thank you so much! You’ve been so helpful and awesome.

    I’d ship cookies and rum if I could but… ??

    Happy Holidays.

    Theme Author Ben Sibley

    (@bensibley)

    Haha you’re welcome. Happy holidays ??

    Hello,

    Sorry but where do I make the changes ??

    Thanks

    I have the issue on h2, which look too big so I am using h4 but this is really not good for SEO. Could you please let me know how to proceed ??

    Thanks a lot,

    Theme Author Ben Sibley

    (@bensibley)

    Sure, you add the CSS into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    As an example, this would make the post titles a lot smaller on the individual Post pages:

    .entry-title {
      font-size: 24px;
    }

    Once again, thanks a lot for your perfect support.

    All the best for 2015 !

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome, happy new year!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘h1 issues’ is closed to new replies.