I am using a Mailchimp Code block above a Text block to try and style the Table of Contents in the Text block. This is what’s in the Code block…
<style>#mctoc {list-style:none; padding-left:0; color:#FFF;}</style>
According to this documentation page, <style>
is an accepted element.
However the style changes are not visible, and when I inspect the preview, the CSS changes aren’t there for the #mctoc element.