How do I add a gradient fill to a shape? I only see results for adding a gradient background to shape

This is the only result I find: https://help.readymag.com/hc/en-us/articles/4409514751003-Gradient-

However, I want the actual shape to have a gradient, how do I do that?

1 Like

Hi. Did you ever find a solution for this? Iā€™m trying to do the same thing

I think the easiest way would be to build the shape in a graphic program of your choice and export as png with transpareny.

For sure you can also add the gradient with css. With the help of the browser dev-tools-inspect you can get the right element and its data-id and change the color/background-color/etc in the css tab of the customcode panel.