In case you haven’t seen it yet, Webflow released an update today to the designer navigation panel which allows you to “rename” any element in the page and assign your own custom name in the nav.
This is not the same as renaming classes. You classes and class names remain unaffected, you are only assigning a custom name to your element in the navigator, instead.
What’s it good for?
It’s very handy because you can give much more meaningful, visible names to elements and sections without creating class bloat. That makes it much easier to structure your page in a way that’s more readable.
I’m especially using it for those hard-to-find items;
- Modals
- CSS embeds
- JSON-LD embeds
- Special admin areas
Moreover, you can use icons as part of the name so that important pieces stand out more visibly when you need them to. Here are a few good ones to copy-paste.
![]()
![]()
![]()
![]()
![]()
PRO-TIP: If you use a naming convention, like prefixing your embed names with
cssorjsorjson-ldyou can use quick search to find and select those elements easily.