I’m confused..
this is what i have now:
.gb-button-secondary {
border-image-source: linear-gradient(140deg, var(–secondary-accent), var(–primary-accent));
border-image-slice: 1;
}
.gb-button-wrapper .gb-button-secondary {
position: relative;
}
.gb-button-wrapper .gb-button-secondary:before {
content: ”;
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: linear-gradient(140deg, var(–secondary-accent), var(–primary-accent));
z-index: -1;
opacity: 1;
transition: opacity 0.3s ease-in;
}
.gb-button-wrapper .gb-button-secondary:hover:before {
opacity: 0;
}
Yet it still doesn’t work.
This is what i have as settings: