Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1355897

    I believe that Posts and pages are all considered ‘content’ in EnFold. Thus I have set the font family in Enfold theme options > General Styling tab | FONT tab to use Arial and 12 pt. But when I make a POST my font size is 13 pt (https://hotel.bookingcenter.com/auscozl/2021/12/28/gym/)

    When I make a Page it’s always 12 pt. (eg: https://hotel.bookingcenter.com/auscozl/general-information/)

    I can’t get the same font for the same size on both POSTS and PAGES. Why is this? Can you help me solve?

    #1355925

    Hey JeffTweddale,

    Thank you for the inquiry.

    Good catch! The font sizes between the posts and pages are different because of this base css code in the layout.css file.

    #top .fullsize .template-blog .post .entry-content-wrapper {
        text-align: justify;
        font-size: 1.15em;
        line-height: 1.7em;
        max-width: 800px;
        margin: 0 auto;
        overflow: visible;
    }
    

    We will report the issue to our channel and adjust the code accordingly. For the meantime, you can override the default style using this css code.

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

    Best regards,
    Ismael

    #1356790

    When will this fix (making same default sizes for POSTS and PAGES) be released as an EnFold upgrade?

    #1357038

    Hi JeffTweddale,

    You are using a very old version of Enfold (4.1.2), please backup your site first and update it to the latest version of Enfold (5.0.1) and that should fix the issue you are currently experiencing.

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.