Hello,
I bought a theme and I want to create a Child Theme, but it doesn't load parent assets.
I created al the folders and files and in theme.yml file I uncomment this line:
assets:
use_parent_assets: true
It doesn't work.
The developer told me to copy the parent assets folder in the child assets folder. I did it, but if the parent theme will be updated I'll have to copy all those files again. Am I wrong?
Custom.css must be empty, ready for my customization, isn't it?
In the css file of parent assets that I've copied from parent folders, I found a custom.css file with 3.000 lines.
So? Which is the CSS file that I can customize by myself?
I found a file called all_theme_custom_1_1.css but many classes have comments like: "Color Change Js", "Text Color Change Js Add", it seems that those colors depends on a JS file?
I attach this css.
Any ideas?
Thank you.