Replo Docs

Why is my text color different on my live site vs. the Replo editor

If the text on your live Shopify site looks different than how it appears in the Replo editor, this is usually a conflict with your theme. Reach out and we can help resolve this.

 

Alternatively, you can use this HTML snippet in a Custom HTML component to potentially fix this issue.

 

<style>
    .alchemy-reset .alchemy-rte span {
    color: inherit;
}
    </style>

Was this article helpful?