No it didn't work with visibility:hidden, removed the whole thing. but i figured it out, here is the code that answers my question.
Code:
<style type="text/css">
table table table td {!important;}
span.nametext {
color:transparent;
visibility:invisible !important;
background-color:transparent;
background-image:url("http://files.tagworld.com/479e9dd1b77beac24cf0a1401f1476e917d8.jpeg");
background-repeat:no-repeat;
background-position:center center;
font-size:0px; letter-spacing:-0.5px;
width:158px; height:42px; display:block !important; }
span.nametext img {display:none; }
</style>
Bookmarks