Excited for Sites! But there is def some room for improvement when it comes to basic things like global styles for inline text links. Maybe I’m not figuring out how to configure this but I’ll give an example:
I need an h1 with multiple inline links in the text, like “This is my H1 title with one link and also a second”.
From what I can tell there are two issues:
- There is no way to wrap multiple inline text objects in an auto-layout frame that then renders as a single h1 tag.
- There is no way to style this inline text with an underline and a color change when hovering without using some convoluted component setup. For example if I want any inline text link on my site within a paragraph tag to have the same underline & hover style, I think the only way to do this is using custom CSS in the site settings. This won’t show up in the designs though so not sure if this is the best approach. Hover interaction options in Interactions pane on the right only offers opacity/scale/offset/rotation, which aren’t very useful for text links.