Hello Gurs,
I need help below changes in magento2. Please suggest file names / parameters needs to change.
1) File name/ location to modify for "Admin Logo" Alt text change
2) File name/ location to modify for Admin Login "Page Title"
Hello @floralmusic
1) File name/ location to modify for "Admin Logo" Alt text change
- Vendor/Magento/Module-Backend/View/adminhtml/templates/page/header.phtml
2) File name/ location to modify for Admin Login "Page Title"
- Vendor/Magento/Module-Backend/View/adminhtml/layout/default.xml
It is coming from the path which i have mentioned, But you will require to override this both files in your custom theme and then update the text accordingly !
Hope it helps !
Hello @floralmusic
you need to create custom admin theme and you need to change it
there are few theme available
https://landofcoder.com/magento-2-admin-theme.html
https://github.com/dsasmita/magento2-admin-theme
https://github.com/dsasmita/magento2-admin-theme is good for you.
and then after do @Manthan Dave changes into your custom theme.
If works then mark as a solution.
1) File name/ location to modify for "Admin Logo" Alt text change
Vendor/Magento/Module-Backend/View/adminhtml/templates/page/header.phtml
2) File name/ location to modify for Admin Login " Page Title"
Vendor/Magento/Module-Backend/View/adminhtml/layout/default.xml