How to find elements with specific classes?

Hello,
Is there a way to find elements/pages with specific classes?
E.g. I have created a class named “Content Column”. I want to find all the elements/pages which have this class used.
Thanks

There is no feature to do this in the designer. Fortunately , we can export a site and do a search against multiple files *.html with most code editors or command line tools like grep or awk (unix).

Thanks @webdev. Such feature would be really useful. Anyways, I will add it to the wishlist.

1 Like