Hiding the Front End Editing containers on particular blocks in v1.60x
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3428005. --> Reported by: [sirclickalot](https://www.drupal.org/user/403880) Related to !53 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>We do not want our editors to see the FEE options in a particular blocks - for example, the sidebar as it can all get a bit messy...</p> <p><img src="https://www.drupal.org/files/issues/2024-03-15/front-end-editing-continers-links.png" alt="front-end-editing-continers-links"></p> <p>Prior to v1.60x, we used to be able to do this using some simple CSS...</p> <pre>// Don't show them in the Sidebar otherwise there is a mass of them.<br>.region.region-sidebar-first {<br>&nbsp; .frontend-editing-actions {<br>&nbsp;&nbsp;&nbsp; display: none;<br>&nbsp; }<br>}</pre><p>But it no longer seems to work?</p> > Related issue: [Issue #3427666](https://www.drupal.org/node/3427666)
issue