Sticky header - Error at grabbing element properties from another scene

have a look to the extension thread to see how to get the current sceneelement -> Extend Tumult Hype with JavaScript: hypeDocument.extensions

then get your content-class within by:
hypeDocument.currentSceneElement().querySelector('.content')

1 Like