Reputation:
Heat Clinic's admin page displays broadleaf logo which I need to change to some other logo .
How can that be done ? I know from the docs that all the html templates are in the WEB-INF/templates folder of the site module of the DemoSite project but after going through all the templates there is no mention of the broadleaf logo .
I did find the relative path of the logo image from the source code of the admin page but there is no such path present in my eclipse workspace .
It seems the html of the admin page is referencing an external file from the local file system out side the eclipse workspace .
Can any one please help me on this . I have searched a lot but it did not help . Thank you in advance .
Upvotes: 1
Views: 440
Reputation: 1927
If you want to change broadleaf logo inside admin's page header, put your logo inside your project's admin/src/main/resources/open_admin_style/img/admin/. Rename your logo's name to "blc-logo-header.png".
This will change admin page header's logo to your logo.
For changing logo on admin login page, put your logo to the same path as mentioned above, and rename it to "blc-logo-150.png", this will change logo on login page.
Upvotes: 4
Reputation: 177
You will need to override the header.html
template from the open admin platform.
Instructions how to do it can be found here.
Upvotes: 0