In Admin, when you go to Design > Themes, there is box with "Theme Information" title. It is showing Name, Directory, Layouts, Styles and Developer for the theme as attached. How to add or change the developer name in Theme Information.
|
Posted 06 August 2020 - 11:15 AM #1
In Admin, when you go to Design > Themes, there is box with "Theme Information" title. It is showing Name, Directory, Layouts, Styles and Developer for the theme as attached. How to add or change the developer name in Theme Information.
Posted 06 August 2020 - 12:24 PM #2
Please change in theme file manifest.json
#file
design/themes/[THEME_NAME]/manifest.json
#content
{ ... "developer": "Hungryweb", ... }