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
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
Hi Nikko,
Yes, it worked. Thank you very much.
Best regards
zizibe1
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