Bu kodları kendi sitenizdeki csslere göre düzenleyin hocam.
.sg-button--link-button-peach {
background-color: rgba(255,255,255,0);
color: #ff7968;
}
.sg-button {
position: relative;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: #000;
height: 40px;
border-radius: 20px;
border: none;
white-space: nowrap;
text-decoration: none;
font-size: 15px;
line-height: 15px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
padding: 0 24px;
will-change: background-color, border-color;
-webkit-transition-property: background-color, border-color;
transition-property: background-color, border-color;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
cursor: pointer;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}