Hello, first post. I’m sorry if this is common knowledge, but I’m a little stuck. What I would like to do is be able to select all instances of a certain class, and then change those instances to a different class.
ex) Let’s say I have an H2 Header class called “H2 Class”. I have fifty “H2 Class” instances in my project. Now, I make a new H2 Header class called “Different H2 Class”. I’d like to change all of my “H2 Class” instances to “Different H2 Class” instances. I could manually go through each of the fifty and change them. But is there a way to simply select them all at once and change them to the different class all at once?