Is there a way to call the Child Theme CSS after the dynamic styles (mfn-dnmc-style-css) so that I don't have to add !important to all styles I want overriden?
The best way to do that is to copy the CSS to the child theme folder and make changes there. It will not read CSS files from the main theme but from the child theme instead. When you update the main theme the child theme files will not be overwritten.
Comments