Home › Community Forums › Legacy Theme Support › Background Image of Home Top not showing › Reply To: Background Image of Home Top not showing
June 20, 2019 at 12:51 pm
#23267

Customer
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!!