
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.