Hide Icon List Item (with Icon) if ACF Field is Empty

Elementor CSS July 23, 2026
  1. Add icon list and connect with ACF text fields
  2. Add following css anywhere in additional CSS
.elementor-icon-list-item:has(.elementor-icon-list-text:empty) { display: none; }

Hurrah – Done