BusinessGPT dashboard can be customized and branded by changing the texts of the Dashboard and Lite Mode home page, as well as applying custom CSS and changing the company logo.
Changing CSS
Changing logo for Lite Mode
...
home-logo img {
content: url(“https://agatsoftware.com/wp-content/uploads/2022/10/AGAT-LOGO-1.png”) !important;}
Changing the Dashboard header color
header{ background:red; }
Changing Texts
The system saved a value in “CustomTextDefined” of true or false per account for performance.
...