• Resolved onebrokegirl

    (@onebrokegirl)


    Hello! I would like to know where exactly in CSS I can add the letter spacing for the blog post? I placed it in the content area of the style.CSS but it still won’t change.

    #content article {
    background: #fff;
    margin-bottom: 50px;
    font-size: 15px;
    letter-spacing: 2px;

    Am I doing it right? Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author VolThemes

    (@volthemes)

    Hello,

    You can copy & paste custom css below to “Appearance >> Customize >> Additional CSS”

    #content article p {
      background: #fff;
      margin-bottom: 50px;
      font-size: 15px;
      letter-spacing: 2px;
    }
    

    Cheers

    Thread Starter onebrokegirl

    (@onebrokegirl)

    Thank you so much! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Letter spacing’ is closed to new replies.