How to hide the labels on a shipping element from ClickFunnels.


You can add the following snippet of CSS to your CUSTOM CSS SETTINGS on the page and it should hide the redundant labels above the input fields that say the same thing as the placeholder text.


.labelUnderInput {
  display: none;
}
.elShippingForm {
  margin-bottom: 30px;
}