
I have a hyperlink in a Text box inside a “Image with content split” section. As you can see in the attached, I have the Link Color set to #6844A4 in Theme settings, but its displaying as #45132C (Text).

Hi Steve, thanks so much for reporting this bug! I’ll be bringing that over to the development team and closing this suggestion, as it’s purely a bug.
In the meantime, you should be able to drop this CSS into the “Custom CSS” option for your section, via the theme editor:
.media-with-content a {
color: #6844a4;
}Thanks again!
