Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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;}

image-20241124-091726.png

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.

...