Hi! You helped me previously with CSS code to increase the letter spacing in our slider captions. thanks.
However, I am using a Caption Title, Caption Text and a button. The code increased spacing on all three. I only wish to increase the letter spacing on the Caption Title. Is this possible? Also, is it possible to make that Caption Title less bold? thanks much.
Hey AirstreamCoach!
Your trying to increase the letter spacing? Like this?
h2.avia-caption-title {
letter-spacing: 20px !important;
font-weight: 400 !important;
}
Best regards,
Elliott
Excellent! works perfectly. Thanks you.
On a related styling note, is it possible to customize the letter spacing in the H Tags? I do not see this option in the advanced styling options. thanks.
Hey!
You can use the same code provided, but target all the H tags by
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * { }
let us know if you need anything else
Regards,
Basilis
Got it. Thanks!