The VisualEditor cannot use gradient colors

The VisualEditor cannot use gradient colors

Hi @zlt110168,

You can use custom CSS code to apply gradient colors, In the builder editor click on the styles tab → CSS Properties → click + New
and add the below CSS

background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1));

Isn’t there a faster solution? I know about css, but VisualEditor should have visual operations