Hi there,
So you could hide the widget title using CSS:
#rss-3 .widget-title {
display: none;
}
Then you could add a text widget above it. Inside the body of the text widget, use an HTML link to point to your Soundcloud page:
<a href="https://soundcloud.com/keepingthingsalive/">CUSTOMIZE THIS TEXT</a>