You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Kadence blocks, color selectors for text, background, etc, the palette includes add_theme_supports/theme.json defined colors, but does not include the "default" WP named color palette that core blocks provide.
A core block's color palette:
I attempted to get around this by specifically defining common use colors like "white" or "black" in my theme. However, if a theme defines a named color in add_theme_supports/theme.json and the slug matches any of those default colors, the palette Kadence shows skips that color. Not too surprising since WP itself skips those colors in the "theme" palette because, I guess, it assumes the default palette is also available?
A Kadence block color palette:
The text was updated successfully, but these errors were encountered:
vena
changed the title
Color palette skips named theme colors that match defaults
Include default palette / Color palette skips named theme colors that match defaults
May 26, 2022
Might be better to explain this in two parts...
A core block's color palette:
A Kadence block color palette:
The text was updated successfully, but these errors were encountered: