steinfeldofrph
asked:
Hi! I am using your theme Lugia and was wondering that when i hover over the affiliates pictures, you can't see the url due to the colour and was wondering how i could change it?

go to the html and find the tooltips: 

/*tooltips*/
#s-m-t-tooltip{
margin:13px 18px 6px 18px;
padding:6px;
background-color:{color:background};
border:1px solid #eee;
font-family: ‘jaldi’, sans-serif;
font-weight:500;
font-size:8px;
text-transform:uppercase;
letter-spacing:1px;
color:{color:text};
z-index:999999999999999999999999999999999999;
}

replace the code in the html with the code above.