Get Professional Customization for any Website!
Contact us here for a free quote.

Okay
  Public Ticket #2984936
Editing
Closed

Comments

  • Emily started the conversation

    I know how to change the body font type and size, but I can't seem to find where to change the line spacing? Am I missing this somewhere?

    I also was curious about the social icons that appear with each post (on the home feed of recent posts, as well as at the top of each post). I'd really like to change which social platforms are present in these locations, but I can't for the life of me find where to change this.

    Thank you!
    Emily

  •  184
    George replied

    Hi Emily,

    1. You cannot change the line height from the theme settings, if you want to do that please use a small CSS code like:

    body {
      line-height: 20px; //change 20px with the desired value for the line height.
    }

    2. You can only choose to display or hide the social share icons for the posts. You can use any WordPress plugin forĀ  social share icons to replace theĀ theme default social share icons.

    Hope this helps.

    Best regards,

    George