Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #276445

    Hi,

    If I click one post out of my newsblog and get to the single blog post page the title font size is very small.
    Every other title font size is correct, only the single blog post titles diferr.
    Can you take a look and give some advice?

    Thanks
    Daryl

    #276489

    Hey Daryl!

    All the links on your website directs me to “rechtliches” page. You can add following code to Quick CSS in Enfold theme options under General Styling tab and adjust the value to change the font size of single post titles

    .single-post h1.post-title.entry-title {
    font-size: 30px;
    }

    Cheers!
    Yigit

    #276557

    Hi Yigit,
    sorry, didn’t realize, that you might have an non-austria IP… ;-)
    I switched off the countryblocking now. Would you mind, to take a look again?
    Your custom CSS will work, but I’d like to know, why only this single blog post pages don’t show a correct titel size.
    (Don’t like to overrule something that should work ;-)
    Please take a look again, ok?

    Thanks
    Daryl

    #276636

    Hi!

    The alternate_color h1 is set to 32px in size while the theme default font title is set to 16px. Since it isn’t an h1 on that page, it doesn’t inherit that specific font size like the other pages.

    Best regards,
    Devin

    #276696
    This reply has been marked as private.
    #276699

    Hi!

    Please add following code to Quick CSS instead

    .title_container .main-title { font-size: 34px; }

    Regards,
    Yigit

    #276704

    That’s it!

    Thanks, solved.
    Daryl

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Single Blog Post: Titel font size not same size than other ones’ is closed to new replies.