• Hi there
    I’m using field type “text” and I would like to be able to show field name where you describe what to type in the box, above the text box.
    At this moment and time field name is on the left of the text box in the same line but I would like to show it above.
    Please let me know how to do that.
    Please be aware that I’m not a developer so I would need instructions what to do.
    Thanks

    • This topic was modified 8 years, 4 months ago by globus20.
Viewing 1 replies (of 1 total)
  • This custom css works for me using the Storefront theme:

    .wccpf_fields_table td {
      display: block;
    }

    Custom css can be entered at:
    Dashboard > Appearance > Customise > Additional CSS

    There could be side effects and without developer skills it will be difficult to make a good job of this.

Viewing 1 replies (of 1 total)

The topic ‘Field name above text box’ is closed to new replies.