Color Scheme Bug in Webflow: Fixing Relumeās Template Issue
Hello Adam M. Dan Matt J., Iām not sure if this issue has already been raised by someone else, but I recently encountered what I believe to be a bug. I started a project using Relumeās Cloneable template. After importing my project (a wireframe, not a concept) into Webflow, I attempted to create a new color scheme. However, the color values didnāt seem to apply correctly in the Webflow canvas. Upon comparing the Webflow code from two projectsāone using a concept with functional color schemes and the other being the standard wireframe versionāI noticed a key difference in the āglobal-styles -> color-schemesā section. Specifically, I found this line: <meta name=ārelume-color-schemesā content=āfalseā/>. Interestingly, it was embedded within a <style> tag, which seemed odd. After removing this meta tag, the issue was resolved, and the color scheme worked as expected. I wanted to share this to save others from potentially wasting an hour or more troubleshooting. It might be worth considering a fix for this in the future. Let me know if you need more details!