Thanks!
This is the css I inserted -
Code:
div#text-4{
background:url(/wp-content/themes/atahualpa353/images/guarantee.png);
background-repeat: no-repeat;
height: 65px;
border: solid 0px;
}
Now I need to make the image clickable and hide the link text.
This is the html I inserted in the TEXT widget -
HTML Code:
<a href="http://www.igrowkids.com.au" title="iGrow Kids Clothes online shopping guarantee"<div id="guarantee"><span>100% Guarantee</span></div></a>
And now I haven't got it working quite right...and I think is is because I am not referencing it correctly in the css...
Code:
div#guarantee span {
display:none;
}