Okay
  Public Ticket #876539
Blog Appearence
Closed

Comments

  • Joel started the conversation

    The default paragraph setting for blog (post) text is very small compared to other sites. I know I can use Heading 1-5 but my issues is that then the paragraph spacing is too small compared to the text. Is there a way to make it look like this: http://gizmodo.com/what-that-strong-signal-from-a-nearby-sunlike-star-real-1785944619?

  •  3,027
    Andrew replied

    Hi Joel,

    I hope you are having an awesome day and thanks for contacting us regarding your query.

    You may use the following Custom CSS Code to accomplish this request. 

    /*Adjusts the font size for the Blog Page*/
    .single p{
      font-size: 18px;
      font-weight: 100;
      line-height: 30px;
    }
    

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard

    Please let me know if there are any more questions that I may answer for you :)

    Cheers!