Support

Account

Home Forums Backend Issues (wp-admin) background color of field group title Reply To: background color of field group title

  • 
    .postbox.acf-postbox h2 {
       background-color: #0F0;
    }
    .postbox.acf-postbox.closed h2 {
       background-color: #F00;
    }