Hi, thanks for the reply!
After some googling I also solved it by this, the text is hidden completely now from on top of the button image via opacity:
.featured-button a {
color:#444;
text-decoration:none;
opacity: 0; /* CSS 3 for Firefox and Opera*/
filter: alpha(opacity=0); /* proprietary Microsoft CSS for Internet Explorer */