Closed Leigh-CB closed 1 month ago
Hi @Leigh-CB,
This behavior is expected at this time, but we expect to continue to improve this in the future. Our recommendation is to NOT use BODY but instead use #screen-container-no-edit as the initial selector or a replacement for "BODY".
When editing the custom CSS, if changes are made to
to apply to the entire screen, the style change applies to the Editor page instead of the screen.When the screen is viewed, the CSS does apply correctly.
Specifically, I wanted to custom Text Shadow for all elements in my Screen, so I added the CSS to the
to make it apply to all items. This did work, but the effect on the editor makes it nearly unreadable! The existing "add a text shadow" check box actually seemed to do nothing on my screen, so I was looking for another way.