Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #972288

    Hi,

    I ‘m using the font “Roboto”, but I would like to increase the letter spacing on my body text.

    I added the following code to Quick CSS, but without results:

    .body {
        letter-spacing: 1.5px !important;
    }

    What did I wrong?

    Best regards
    zizibe1

    #972345

    Hey zizibe1,

    Can you try adding this css code in Quick CSS instead:

    #top,
    p {
      letter-spacing: 1.5px !important;
    }

    Let us know if that helps :)

    Best regards,
    Nikko

    #972370

    Hi Nikko,

    Yes, it worked. Thank you very much.

    Best regards
    zizibe1

    #972392

    Hi,

    I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

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