I am looking to change the background colour of the header to match the colour of section displayed in the viewport while scrolling. The documentation says I can use the Corvid Style API and that an element of type Header should have a style property.
My problem is that in EditorX, when I select the header element by it’s ID, I only get a HiddenCollapsedElement that has no style property. Basically the header is treated like any other generic section from the page body.
Any thoughts or suggestions?