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

    Hi,
    How do I change the font size of just the blog page?

    Thanks

    #410615

    Hi jguinn1!

    Thank you for using our theme.

    If you want to change the font size e.g. of the content of the post:

    
    .blog article p {
        font-size: 25px !important;
    }
    

    Put this in custom.css or Enfold -> General Styling -> Quick CSS field and adjust the value.

    If you wanrt to change other parts of the blog, pls specify more clearly and perhaps you can send us a link to the page so we can provide you with the correct CSS styles.

    Best regards,
    Günter

    #410619

    I am looking to change the font size for the entire blog page.

    This is it: http://www.ellenallard.com/blog/

    Thanks,

    #410707

    Just to clarify I want the font size changed on all the individual blog post as well as the blog itself.
    Thanks,

    #411157

    Hey!

    Please add following code to Quick CSS

    .entry-content {
      font-size: 20px;
    }

    Regards,
    Yigit

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