First, thanks for the widget! Hiding elements by class, for me doesn't seem to work. The widget adds/removes the class "hiddenByWidget" as expected, but nothing is hidden. I got it working by adding the class "hiddenByWidget" with "display: none;" to the custom css, but I don't see any instructions on that in the documentation. Is this the way to go or did I miss something else and should it work without?