Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #569626

    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.

    #569675

    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

    #570833

    Excellent! works perfectly. Thanks you.

    #570834

    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.

    #570855

    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

    #571608

    Got it. Thanks!

    #571918

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.