Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #587812

    Hi – I know I had several customizing for creating this blog post page, however just now a client just recognized that the font size doesn’t match as the rest of the page. http://www.accesssi.com/about-us/news/

    The news page seems to be at 18.4 px, where the rest of the pages are 16 px. In the Enfold Font tab – it says default for blog post is 16px, so I’m not sure what the issue is. I don’t want to have to customized each blog post to decrease the font point size each time. Is there a way to fix this?

    Thanks,

    • This topic was modified 8 years, 1 month ago by DMONAHAN.
    #588229

    Hey Devon,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .page-id-271 p {
    font-size: 16px !important;
    }

    Regards,
    Rikard

    #588472

    Thank you Rikard. That seems to work on this page (http://www.accesssi.com/about-us/news/), but its not also working on this same duplicate news which is under the NEWS navigation bar page (http://www.accesssi.com/news/) as well.

    #588923

    Hey!

    Please replace the code with this:

    .page-id-260 p, .page-id-271 p {
    font-size: 16px !important;
    }

    Regards,
    Ismael

    #589243

    Thank you that works!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Blog Post Default Font Size’ is closed to new replies.