I have a “hero section” in my email where the headline (h1) text overlays a lighter gradient. It looks good everywhere except in Gmail & Outlook mail clients when the iOS system is set to dark mode.
At that point the h1 text changes from #000000 to #ffffff
My html abilities are limited these days, and I use the drag and drop editor.
I’ve come across articles here that talk about using either a div or span class=text-fixed in order to stop dark mode from changing that colour.
Here is where I have issues. Each article talks about the code needed to insert inline which is not a problem, I know where to access the code for blocks of text, as well as the code required to enter into the header <style> tags, which I cannot figure out. I have no idea where to access that and can only find references to ‘editing the html in an outside editor and then importing it as a template’. However then I am stuck in HTML editing mode and am unable to use that template in drag and drop mode.
What I need is a step-by-step, severely dumbed down version of that advice in order to continue to edit my templates with the drag and drop editor.

