Dear sirs,
it's to possible to replace the text "print" in K2 item with a print icon image?
Thank you so much
a.itemPrintLink {
background: url("../images/ICON-FOR-PRINT.png") repeat scroll 0 0 transparent;
color: transparent;
text-indent: -999em;
}
teitbite wrote:Hi
Please add this code to css and show me Your site when You do.
- Code: Select all
a.itemPrintLink {
background: url("../images/ICON-FOR-PRINT.png") repeat scroll 0 0 transparent;
color: transparent;
text-indent: -999em;
}