Child Theme - How to avoid @import in style sheet using functions.php
Hi there,
I would like to remove the @import from the style sheet to improve website speed performance.
I tried calling it with an enqueue code in functions.php but its not really working.
This is what I tried:
https://kovshenin.com/2014/child-themes-import/
This works when using it on my ElegantThemes, but it's not working on any of the AppThemes.
Any suggestions on getting it to work? Maybe I'm missing something here?
Cheers,
Ronald
PS
Besides Clipper, I also would like to do this with Vantage and Classipress.. and maybe the other ones in the future as well.
So maybe an functions code that work on all AppThemes?