Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1250887

    Hi,

    Should the following code added to your custom.css work when you want to change the font layout of your blog post content?

    .single .template-blog p {
    line-height: normal !important;
    font-size: small !important;
    }

    Thank you,
    Dimitri

    #1250976

    Hey DimitriMTM,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1250998

    Hi Victoria,

    Thanks for your quick reply.

    See the requested info the private content. Tried adding some code to the customs.css but this doesn’t have the expected effect.
    When I change adhoc the font-size of line-height with Chrome, I do see the difference.

    Cheers,
    Dimitri

    #1251186

    BTW also tried to ad the code to the Quick CSS Enfold field but doesn’t seem to work either.

    Thanks, D

    #1251256

    Hi,

    Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:

    .single-post .entry-content div {
      line-height: normal !important;
      font-size: small !important; 
    }

    Best regards,
    Rikard

    #1251353

    Hi Rikard,

    Doesn’t seem to work.
    Added it to Quick CSS and also to the custom.css but doesn’t have an effect.

    When I manually add the CSS code to the individual post pg, it works… Meaning that when I add a new styleelement, it works.
    Overwriting the stylesettings of the existing p element doesn’t work.

    <style>
    pblog {
    line-height: normal !important;
    font-size: small !important;
    }
    </style>

    See the preview URL in the private content.

    #1251632

    Hi,

    You have active caching and minification on the site, what happens if you disable that?

    Best regards,
    Rikard

    #1251904

    Did you made some changes to the config because I am now getting Varnish cache errors on the site (including home page).
    I have checked the custom.css and the Quick CSS field but don’t see any CSS code added.

    This is the error:

    Error 503 Backend fetch failed
    Backend fetch failed

    Guru Meditation:
    XID: 405451

    Varnish cache server

    I am also checking with the hosting company.
    Thanks, D

    #1252155

    Hi,

    No, we didn’t make any changes at all to your site.

    Best regards,
    Rikard

    #1252581

    Hi Rikard,

    Quick update – added it to the Quick CSS field works now.
    Still don’t know the exact reason but guess it had something todo with the Varnish/Redis/W3TC/Client Cache…
    Anyway, it works now.

    Thank for your support.

    Cheers,
    Dimitri

    #1252876

    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 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Blog content modified font size & line height?’ is closed to new replies.