Hi,
I used this CSS and it worked perfectly to add a gradient button link – https://generatepress.com/forums/topic/buttom-with-gradient-background/
But i just want to add a different color which i took from – https://cssgradient.io/gradient-backgrounds
.btn-grad {background-image: linear-gradient(to right, #e52d27 0%, #b31217 51%, #e52d27 100%)}
.btn-grad:hover { background-position: right center; }
how can i do it? i want to change all buttons of website to this.