BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Kingsley,
Thanks for using Syncfusion products.
Query: How I Change The Dialog Control Header Default Color From Green To Something Else?
1. We have 12 in-built themes in our Essential Studio ASP.Net Platform. The Theme CSS files can be copied from the following installed location
<Installed Location>\Syncfusion\Essential Studio\12.4.0.24\Web\Samples\Web\Content\ej. And refer the same in your application. Please refer the below code snippet to refer “flat-saffron” built-in theme in your application.
<code>
[aspx]
<link rel='nofollow' href="Content/flat-saffron/ej.theme.css" rel="stylesheet" />
</code>
We also have CDN references for built-in Themes, Please refer the below UG link for various built-in themes and its CDN references.
http://help.syncfusion.com/ug/js/documents/cdn.htm
CDN Theme references can be added into your application as given in the following code snippet.
</code>
[aspx]
<link rel='nofollow' href=" http://cdn.syncfusion.com/js/web/flat-saffron/ej.web.all-latest.min.css" rel="stylesheet" />
</code>
2. We can also add customized theme in your application using CssClass property. For more details please find the UG documentation to add customized theme in the below link:
http://help.syncfusion.com/ug/js/default.htm#!documents/lookandfeel.htm
We have prepared a simple sample to exhibit this behaviour and it is available in the following link:
http://www.syncfusion.com/downloads/support/directtrac/general/WebApplication1-802171427.zip
Please let us know if you have any other concerns.
Regards,
Rajaveni
Hi Kingsley,
Thanks for the Update.
We are glad that the issue has been resolved at your end.
Please let us know if you have any other concerns.
Regards,
Rajaveni