Hello
I have the below setup right now:
Additional CSS: 800+ lines.
Code Snippets: 10
Elements (Hooks): 6
As the additional CSS is quite large in size, would it be better if I create a child theme for my site?
If yes, I have the below questions:
1. Can I simply copy whatever is in additional CSS to style.css?
2. Can I simply copy all the PHP code from code snippets to function.php?
3. Can we simply leave the Elements alone or is there a possible way to move them to child theme as well?
Thanks 🙂