html - text showing a line above CSS randomly -
the texts inside buttons class keep showing line above. how can remove ? example add cart button or wish-list on main page http://barajon.com/store/product.php?productid=17533&cat=274&page=1.
you applying button background image span
s containing text inside button (as button itself), via set of rules:
button, button span { font-family: glove; font-size: 16px; background: url(../../skin/busy-kitchen/css/../images/add2cart.png) no-repeat; width: 248px; height: 31px; border-radius: 8px; color: white; }
remove background
rule selector remove background image span
s, , should normal. how affects rest of site, i'm not sure.
Comments
Post a Comment