Sorry, we don't support your browser.  Install a modern browser
This post is closed.

Hyperlinks don't respect the color set in the Theme settings#7

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).

3 years ago

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!

3 years ago
Changed the status to
Archived
3 years ago