Hello @mcpab68,
I don’t know if this is the best way to do it, but I found an Export option in the menu at the top-right of the theme editor. If you upload those files to your child theme, You should have the same customizations that you did to the main Theme.
Here is how you can create your child theme:
Create a child theme folder.
Create a stylesheet for your child theme.
Enqueue the parent and child themes’ stylesheets.
Install and activate your child theme.
Customize your child theme.
Here is an in-depth documentation on the related topic WordPress create child theme
I hope it solves your problem, Hope to hear from you soon.
-
This reply was modified 2 years ago by aryalbodh.