Requests
Company Logo on Login Page
Under Consideration
Please could I suggest having some form of branding on the client login page? Perhaps a way to pull just the the logo setup in the Look and Feel section for the client interface and put it above or under the company name.
At present, there is no branding whatsoever and a lot of email link direct to the logon. It only shows the name of the company.
URL Suffix "/client/login. Example: https://domainname/client/login
Thank you for the consideration. :-)
You can't vote. Please authorize!
in `app/views/client/bootstrap/structure.pdt` line #69 - `if ((isset($show_header) ? $show_header : true)) {` if you change that to `if (true) {` - you can get unlocked the header and footer for client login page, maybe it can help you for now. :-)
Comments have been locked on this page!