Hello
I'm trying to remove the tooltips from the labels on this page...
http://95.142.159.173/~ebmecouk/index.p ... Itemid=155
But each time I try something, I end up losing the label text as well as the tooltip.
Can you help please?
Thanks.
#contact-form .tooltip {
display: none!important;
}
.tooltip {
display: none!important;
}