I have this code that is supposed to add a gradient on my buttons but it’s not working. I have installed it in the “custom css”
area.
"
.button {
background: linear-gradient(135deg, #F87212 0%, #F2B03D 100%);
}
I have this code that is supposed to add a gradient on my buttons but it’s not working. I have installed it in the “custom css”
"
.button {
background: linear-gradient(135deg, #F87212 0%, #F2B03D 100%);
}