How do i edit the letter spacing on my blog page header?

The letter tracking/kerning is way to tight

Thank you!

Hey @nobaku71,

Are you referring to the landmark title?

Try adding this CSS to Appearance > Theme Options > CSS

.h-landmark {
    letter-spacing: -1px;
}

You can change -1 to 0 or a positive number.

Hope that helps.

yes it does. thank you very much. I am not a pro at doing that but will ask my friend. I was hoping there was something in the customizer taht would handle it. it seems odd that is the default letter spacing.

You’re welcome! :slight_smile:

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