Support

Account

Home Forums Feature Requests Field label – Show/hide option Reply To: Field label – Show/hide option

  • How about using the acf class attribute?

    I just add an ‘hide-title’ class in the field edition.

    And in the css .hide-title .acf-label {display: none}

    Works like a charm for me.