Hi, you can copy the bottom link code into an embed code widget, assign a class to that widget, and then style the html embed code block so that it looks like a button. You can change the text title for the link the “Feedback & Support” part to anything you want, and you just set the styles you want for the html embed code widget to look as you like.
Here is some example button css code, but you can get a lot of button css styles on the web for free and just use those settings in for the html embed code block using the css properties panel.
.feedback {
display: block;
width: 115px;
height: 25px;
background: #4E9CAF;
padding: 10px;
text-align: center;
border-radius: 5px;
color: white;
font-weight: bold;
}
Just use the settings for some button css you like, and make those same settings for the .feedback class you assigned in webflow to the html embed code block…
Just one suggestion, maybe others have more better ways…Hope that helps…