Support

Account

Home Forums General Issues Pulling a ACF field into CSS. Reply To: Pulling a ACF field into CSS.

  • Try this:

     div[data-key="field_key"] {
            display: none;
          }

    I tried it and it works well.