Support

Account

Home Forums Backend Issues (wp-admin) Styling up ACF fields within page or CPT Reply To: Styling up ACF fields within page or CPT

  • Hi @heidipj,

    You can always add CSS code on the wp-admin using “acf/input/admin_head” hook. This page should give you more idea about it: http://www.advancedcustomfields.com/resources/acfinputadmin_head/.

    Hope this helps.