Gradient background on row
-
Hello,
I’m trying to add a gradient to a coblocks/row.I’ve got “Gradient styles” checked in the settings modal window. I’ve added my gradients via
add_theme_support('editor-gradient-presets', $gradients);
. these gradients are showing up in the gradient background palette for core/buttons, so I know the gradients are working.When I look at the source code, it looks like coblock/row doesn’t support it
supports: { align: [ 'wide', 'full' ], anchor: true, gutter: { default: 'medium', customDefault: 0.8, }, stackedOnMobile: true, coBlocksSpacing: true, },
So is there anyway that I can get a gradient on row?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Gradient background on row’ is closed to new replies.