How to override the default Plasmic styling with a CSS file?

Oh, found the error (styled the components in plasmic)–the below modifier is working again

image.png

Will the modifier ever change?

Hmmm, I think it’s not safe to rely on it. Besides that, that is only targeting a specific component root. All components will reset the CSS (will have a different ID after root_reset__). If you want to override the CSS for all elements in the page, I’d go with * { color: green !important; }.

Awesome! Thank you so much Tiago for your support :slightly_smiling_face: