CSS Pro
Search
K

Removing elements

To remove an element:
Step 1. Click on it to select it (on Select mode)
Step 2. Click on "Remove element"
🎉 Done!
Elements are removed from the DOM and it's currently an unreversible action, meaning that if you remove an element, the only way to get it back is by refreshing the page.
Removals don't persist through a refresh, so whenever you refresh the page, elements re-appear.