It is working.
Before I made a change, it was like this:
//* Child theme (do not remove)
define( ‘CHILD_THEME_NAME’, ‘Legacy’ );
define( ‘CHILD_THEME_URL’, ‘https://appfinite.com/shop/legacy’ );
define( ‘CHILD_THEME_VERSION’, ‘1.5’ );
Now, it has been changed to:
//* Child theme (do not remove)
define( ‘CHILD_THEME_NAME’, ‘Legacy Theme’ );
define( ‘CHILD_THEME_URL’, ‘https://appfinite.com/shop/legacy’ );
define( ‘CHILD_THEME_VERSION’, ‘1.5’ );
Thanks Wes!!