Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #109867
    F
    Participant

    Hi there,

    I would like to change all the title fonts (titles of pages, posts and titles that appear on the home page) to have more space between each letter. Is this called ‘letter spacing’?

    For instance: https://catchthemes.com/demo/helena/2015/11/29/inspire-motivate-people/

    In the title, “Inspire & Motivate People” I would like the title font to have a little more space between each letter. I would like the same for all the title fonts.

    For example: https://catchthemes.com/demo/helena/

    On the demo home page, title fonts like the one that says “Featured Content” and “Helena”…I would like to increase the letter spacing of all the titles.

    Thanks. I am working in a child theme of Helena Pro.

    #109918
    Pratik
    Keymaster

    Hi @F,

    Try following code:

    
    .page-title,
    .entry-title,
    .section-title {
        letter-spacing: 0.1vw;
    }
    

    Regards,
    Pratik

    #110001
    F
    Participant

    Perfect! Thanks, as always, Pratik.

    #110049
    Pratik
    Keymaster

    Thank you for the appreciation. have a nice day 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change title font spacing’ is closed to new replies.