Search code examples
modal-dialogangular7

Customize dynamic dialog PRIMNG


How i can customize dynamic dialog template from PrimNG? I follow this guide https://www.primefaces.org/primeng/#/dynamicdialog . I want to customize footer part with my own template, but i don`t no how it do. Help please) Thanks!!!


Solution

  • You can customize on the main css file like this:

    body .ui-dialog .ui-dialog-footer {
      padding: 10px 15px;
      background-color: #20252e;
    }