Hello there
Here in the EU, we have been obliged to follow the guidelines of the Barrier Equality Act since June 2025. This also includes changing the CSS at the request of visitors. E.g. “light theme” or “dark theme” on click.
Since Cornerstone has the possibility to set a “rudimentary” global CSS but also exact CSS per object or even inline css, I wonder how to manage all these css’s per click.
The problem: I can set the general color for a paragraph (p tag) in the font manager, but this is always overwritten by the local setting for the text element. The global p-tag has the color “blue”, but the text element (paragraph) has the color “black”. So it is displayed in “black”.
This affects not only the text color, but also all text attributes, backgrounds, borders etc. controlled by css.
Has anyone at Themco thought about this problem yet?
Also: There has to be the chance to jump from one element to an another via the tab key. In PDF forms there is an option for numbering each element, so you actually can jump via tab key to the desired position. Is there a way how to achieve this with cornerstone without custom coding?