Sure @russelsworkshop. You can use regular CSS selectors separated by comma to hide multiple elements on the page.
So, for example, to hide the element with ID “myid”, all elements with class “myclass” and all nested unordered lists, you would input three selectors:
#myid, .myclass, ul ul