Get an access to all 94 items designed and developed by AS Designing team plus all the future items which will be released over the course of your club subscription. Price starting from $59.00
in the contact formula there are tool tips for the inputfields.
They were not shown correctly. Where can I deactivate them?
Regards Ingo
In the style.custom.css file please add the following class:
.tooltip,
.tooltip-inner
{
font-size:0px;
background-color: transparent;
display: none !important;
}
Regards, AS Team.