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?
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?
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.