23 Dec 2020, 06:27
I would like to change logo for admin/agent login page and dashboard? where I can find it?
I would like to change logo for admin/agent login page and dashboard? where I can find it?
>>>For dashboard logo change locate the path in you project:
vendor/uvdesk/core-framework/Resources/views/Templates/sidebar.html.twig
open sidebar.html.twig and update svg on line no 68.
You need to update svg here.
https://github.com/uvdesk/core-framework/blob/master/Resources/views/Templates/sidebar.html.twig#L68
>>>For login Page logo change:
Make a image named with : uvdesk-logo-symbol.svg
locate path: vendor->uvdesk->core-framework->Resources->public->images
Upload your image here and replace old one here.