• Resolved CindySp

    (@cindysp)


    Dear all,

    If i would like to write a title for my post in capital letters with a space between each letter, it works well with just one 1 word. ex. D A Y

    When I use 3 words for my title (for example A B E A T I F U L D A Y) it doesn’t work and it shows up as 1 single word.

    Do you have a solution for this?
    Thank you in advance!
    Cindy

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi Cindy,

    Thanks for choosing Apex!

    You can accomplish this with the CSS posted below. What this will do is automatically add space between the letters in the titles, and make them uppercase. You can write your titles normally in the editor like “Title Example Here”, and it will display on the site with the proper capitalization and spacing.

    .post-title {
      letter-spacing: 5px;
      text-transform: uppercase;
    }

    Copy & paste the code above into the “Custom CSS” section in the Customizer (Appearance > Customize), and it should take affect right away.

    Thread Starter CindySp

    (@cindysp)

    Hi Ben,

    Thanks for your help, unfortunately it is not working yet. The space between the capital words doesn’t appear. Could you please help?
    Best, Cindy

    Theme Author Ben Sibley

    (@bensibley)

    Could you share a link to an example on your site? I’ll just have to check it out to see how to adjust it.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Capital letters’ is closed to new replies.