Trying to adjust letter spacing to a value greater than the built-in “Widest” setting (0.1em). Referring to the Tailwind docs, I should be able to add custom class “tracking-[.25em]”. When I add this under Advanced in the inspector, it has no effect. What am I doing wrong?
Hi. You need to highlight the text, then you will see in the inspector panel - inline styles, where there is a classes section where you can put the tracking class, which does then work.
Thanks, @aku. That did work. So am I to understand that I can’t apply custom letter spacing to the entire text component; that I have to highlight the text and apply it as an inline style? And a related question: In the Themes area, I am able to define custom font-family and custom color, but not a comprehensive text style (including letter spacing and line height) that can be applied to multiple text components across my site? In this particular case, I have dozens of text components scattered across several pages. Even if I define a Global text component, if I am only able to apply custom letter spacing to highlighted, in-line text, I’m going to have to double-click into each and every text component and apply the custom letter spacing manually. True?
Instead of using text components use TYPOGRAPHY components, because that will allow you to style them with a custom style in the theme studio.
