Support

Account

Home Forums Feature Requests Custom body class setting for WYSIWYG fields Reply To: Custom body class setting for WYSIWYG fields

  • Hi @hereswhatidid

    You could also target the body by the surrounding acf field wrapper. For example:

    
    .acf-field-<fieldkey> iframe body{
    
    }