Hi,
I have seen this written before.
I was hoping using CSS you could help me point variable colours to the Color Manager?
color: var(--Brand Primary)
Hi,
I have seen this written before.
I was hoping using CSS you could help me point variable colours to the Color Manager?
color: var(--Brand Primary)
Not sure where you’ve seen it but it is not available on the theme. You have to set the colors on a class or ID to access it via CSS. We can add those CSS either on Theme Options > Global CSS or child theme style.css. Those colors though are available on each element Color picker.
Hope this helps.
Hi @Lely
I’ve seen it done this way on other templates.
It half works with the Root Variable on this template aswell.
by entering
eg{
color: var(--c-error);
}
I was thinking my defined colours would also be accessible.
Hello @MolemanProductions,
The colors registered in the Color Manager are currently only accessible to the builder interface where there are color options available.
However, I have noted this to our feature request list so that it will be considered in future development.
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.