how wouod yout handle thid #6002
Replies: 1 comment
-
I have a separate panel, fully custom, has absolutely nothing to do with grapes, where I set some default styles (colors, typography, etc). I save these values into CSS custom properties ( Then, on Grapes StyleManager I have something like this:
This shows a select with the 'color presets', and only if you select the option 'custom' it will show a color picker below. FROM HERE ON DOWN IS JUST EXTRA STUFF Of course you can improve this... instead of showing a plain Also in my case, the user can add more colors to the palette, so I need to update the options in the styleManager. That I did by removing the property and adding it back again (with the updated color list) whenever theres an added or removed color.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I need a CSS theme for my page builder, I want to have primary color= and secondary colors, default font, etc, how would you approach this
Beta Was this translation helpful? Give feedback.
All reactions