Bloggy 3.0 font size

  • Posted in : Bloggy WP
  • brianhammonds
    Participant

    Hi, I updated to Bloggy 3.0 and found that the font size on my blog posts increased (not on the homepage, but when the post is clicked on for reading). Any fixes for that?

    Thanks

    laziem
    Participant

    mine too…

    ahmetsali
    Keymaster

    Hi, we have done it to increase readability in blog single pages, but if you didn’t like it, you can use this custom css code to revert it;

    @media screen and (min-width: 768px) {
    	.blog-single .post .entry-content > p { font-size: 16px; }
    }
    
    brianhammonds
    Participant

    Thanks for getting that CSS to us!

    brianhammonds
    Participant

    The CSS worked, but perhaps the best way to handle this is to put it in the menu on the theme options (so each user can choose “standard font size” or “large font size” for blog single pages). Thanks again

    ahmetsali
    Keymaster

    we will think about it, thanks for the feedback.

    Nick
    Participant

    I just now noticed that the font size on pages is still 16px, even though on blog posts it’s 18px. Just curious, but why not bump up the readability for pages as well as blog posts? I for one really prefer the larger font for long blocks of text. (I modified the css to achieve that result.)

    ahmetsali
    Keymaster

    @HeadMinion

    Hi, that was a design decision, pages can have several components (tabs-toggles-accordions), and bigger font size might not look good on pages, so we only limited it to blog posts. Thank you.

    Nick
    Participant

    That makes sense. Thanks for the reply!

    Should any other users want to increase their font to 18px on pages, I used this CSS:

    @media screen and (min-width: 768px) {
    	div#content .page div.entry-content > p {
    		font-size: 18px;
    	}
    }

    EDIT: I can’t seem to get that snippet to display pretty. Grr. If one of the mods could do it, that’d be grand.

    ahmetsali
    Keymaster

    @HeadMinion

    thanks for sharing the code.

    Nick
    Participant

    Thanks for making it pretty for me. :-)

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register