How to add a class to a reusable component

Maybe I’m missing something obvious here, but how can we add a class to a reusable object?

I need to add a “noPrint” class to it so it won’t show up in the print media query and adding the class to the items inside the reusable object isn’t working even on the root of the object.

Thanks!

Mike

Hello @Michael_Kadron

You mean reusable Custom UI Components:


or something else?

Regards,
Vladimir

Hello @Volodymyr_Ialovyi

Yes, I mean on a “reusable component”.

How is this done?

Never mind, I figured it out.

I just needed to override with an !important to get it to work properly.

Mike