Hi!
I’m trying to decide if I need a Child theme or not.
The thing is if I need to add some code to the functions.php file, is that considered “advanced customization”?
I mean, in case I update the theme and I’m using the parent, that code added in functions.php will be lost?
thank you!
Delia
Hey Delia!
Yes, changes you make in Functions.php file will be overwritten. Please use a child theme and apply the changes to functions.php file of your child theme.
Regards,
Yigit
Thank you Yigit!