Hi,
I want to change the content of the About page when user clicks the item About in the Settings menu.
I want to replace "Bonita Portal" by something else.
Can I do that? If so, how?
Thanks in advance,
Hi,
I want to change the content of the About page when user clicks the item About in the Settings menu.
I want to replace "Bonita Portal" by something else.
Can I do that? If so, how?
Thanks in advance,
Hi Marielle,
There nothing in Bonita portal that allows you to do that with configuration.
However you can probably use CSS in the portal look'n'feel to hide it and maybe even to write something else with the ::before
and ::after
pseudo-elements.
HTH