Hello, how can I cange the space between the letters in the headers?
As you can see on the printscreen there’s no option for that.
fyi:
tekstkleur = textcolor
achtergrondkleur = backgroundcolor
lettertype gewicht = font weight
teksttransformatie = text transformation
Hey Lautho2011,
Please try this code for the H1 tag in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
#main h1 {
letter-spacing: 4px;
}
Feel free to adjust the spacing and add more tags for other headings as desired.
After applying the css, please clear your browser cache and check.
Best regards,
Mike