Blog post displaying different font than pages

This topic has 6 replies, 3 voices, and was last updated 8 years, 4 months ago ago by Stan Russell

  • Avatar: qdesign
    qdesign
    Participant
    December 9, 2015 at 20:34

    Pages on my site use PT Serif for the body font. But Posts seem to be using Open Sans’, Arial, Helvetica, sans-serif.

    PAGE example: http://www.conciergeunlimitedintl.com/testimonial/
    POST example: http://www.conciergeunlimitedintl.com/october-2015-recommendation/

    I tried adding the following to the Custom.CSS file but it doesn’t seem to make any difference.

    .content-article {
    font: 13px/24px PT serif;
    }

    5 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 9, 2015 at 20:45

    Hello,

    Please try this code in Theme Options->Custom CSS->Global Custom CSS

    .content-article {
        color: #767676;
        font: 13px/24px 'PT Serif', Arial, Helvetica, sans-serif;
    }

    Regards,
    Robert Hall.

    Avatar: qdesign
    qdesign
    Participant
    December 10, 2015 at 01:02

    Thank You Robert,

    this seems to have worked in EI 11 and FF 42.0. For Win and Safiri for mac However not in Chrome 4602,

    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 10, 2015 at 10:47

    Hello,

    As I see it’s working perfect in Safari. See screenshot: http://prntscr.com/9cgfv0
    Also try to add attribute !important
    Please replace code above to this

    .content-article {
        color: #767676;
        font: 13px/24px 'PT Serif', Arial, Helvetica, sans-serif !important;
    }

    Regards,
    Robert Hall.

    Avatar: qdesign
    qdesign
    Participant
    December 10, 2015 at 15:05

    Thx Robert,

    That did the trick

    Avatar: stan
    Stan Russell
    Participant
    December 10, 2015 at 15:15

    Hello qdesign,

    we are happy to help! Have a nice day!

    Regards,
    Stan Russell.

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘blog post displaying different font than pages’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.