Change default font letter spacing

https://wordpress-171232-956414.cloudwaysapps.com

Hi there, how do I change the default letter spacing for the body font? so I dont have to add inline to each and every text block I add.

Thanks.

Hey @logoglo,

There is no option to adjust the letter spacing of the body and content in the Theme Options. You will have to do it with custom css. You can add this code:

body {
    letter-spacing: -0.5px;
}

We would love to know if this has worked for you. Thank you.

Perfect! thanks again!

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.