Form Builder - Remove Tool Tip In Fields - Question | JoomShaper

Form Builder - Remove Tool Tip In Fields

T

Tuan

SP Page Builder 2 years ago

Hi Team,

How do I remove the "tool tips" that appears when users click on the input field on the forms when using the Form Builder Add-on?

As you can see in the URL (hidden below), when I click on the input fields a tooltip appears the says "Last Name" or "First Name", etc and actaully runs into the fields and labels. Which is not needed and looks unprofessional as there is the label already and looks redundant.

Could you please advise?

Thanks

0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #36257

Hello Tuan

Please use this CSS to Template Options -> Custom Code -> Custom CSS

.sp-input-wrap.active span{
    opacity: 0 !important;
}

Best regards

0