Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1267302

    Hey!
    As the title says: On one of my projects the font on page and blog differ. It’s set to Verdana 16 for the whole page, that’s the way it should be. But only in the blog posts it’s bigger, maybe like 18. I really don’t get what’s wrong, therefore I put the login stuff in private content.
    Thanx for your help in advance!

    #1267645

    Hey tribaleye13,

    Thanks for the login details, they don’t seem to be working though:

    FEHLER: Ungültiger Benutzername oder Passwort.

    Please check and verify.

    Best regards,
    Rikard

    #1267731

    Hey Rikard,
    yep, my fault, sorry. Now the details work!

    #1268019

    Hi,

    Thanks for that, login details are working now. I’m not sure which page you are using as your blog though? Please link directly to it in private so that we can have a closer look.

    Edit; I read your first post again, and yes, the paragraph font size is 18 pixels in your blog posts. Please try this in Quick CSS:

    #top .fullsize .template-blog .post .entry-content-wrapper {
        font-size: 16px;
    }

    Best regards,
    Rikard

    • This reply was modified 3 years, 11 months ago by Rikard.
    #1268083

    Hey Rikard,
    thank you very much, your code does the trick! So that was the solution, but do you have any idea why that happened?

    Furthermore I have two more questions:
    1. I’d like to get rid of the title bar on the blog category page (as linked to with “blog” in the menu) AND in every single blogpost. I know that one can turn the titlebar off in each post, but I would like them to be invisible automatically, whenever one is opening a new blogpost.

    2. On the Homepage the second icon-element ist showing some strange vertical lines between the three icons, I cannot find why and how to get rid of the lines.
    Screenshots can be found here

    #1268387

    Hi,

    I’m not sure why that happened to be honest with you, I couldn’t find the CSS which was causing it. But if the CSS I sent is working, then please continue using it.

    Please try this in Quick CSS for your other edits:

    1.

    .category .title_container, .single-post .title_container {
        display: none;
    }

    2.

    .home #antibvs .avia-icon-list .iconlist-timeline {
        left: 20px;
    }

    Best regards,
    Rikard

    #1268428

    Thanx for the code, Rikard! I wanted to get rid of the lines between the icons, so I tried the following which helped:
    .home #antibvs .avia-icon-list .iconlist-timeline {
    display: none!important;
    Can be closed here. Happy Holidays to the Support-Team!

    #1268547

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Page font and blog font differ’ is closed to new replies.