Thanks. That solution didn't work for me. Here's the CSS (in .less) that worked:.my-label { // style for my label .aem-Author--hidePlaceholder & { display: none; } }In the iframe, switching from Edit to Preview adds the aem-Author--hidePlaceholder class to the html element, which I hadn't spotted be...