I’ve picked up that while the picker shows the option for a Gradient on a border color the gradient tool does not work and is unavailable.
i also see a bug here:
when using gradient color as border the border radius will not work.
normal color:
gradient border:
@urchindesign I’m not sure why you would see the transparency there. Is there Dynamic Content in that gradient? Gradients do work with borders though with one caveat in my next paragraph to deranaloge. Could you send me a site to look at or copy your global gradient and paste it for me here?
@deranaloge That is unfortunately a limitation of CSS . We have a template here which gets around this using two divs.
@charlie there is nothing in the gradient. That is what it looks like when I select the gradient option. I can’t do anything with it at all. I see that the gradient works if the borders are locked to use the same settings for all 4 borders. The issue occurs when I try to set a gradient for only a specific border. In this instance I wanted to set a border on only the top border and have no borders for the rest.
I am aware the limitation with border radius.
I could be wrong, but I’m not sure border gradient sides is supported. I think I’ll have to disable gradients when you are in unlinked mode. I was going to suggest you use the Line element, but I just discovered gradients don’t work there so I’ll have to fix that for the next release. In the current release I would probably create a Div with a specified height and add a gradient to that. Let me know if this helps.