styles from child theme not loaded for file other than style.css
The child theme’s main stylesheet (style.css) is loaded after the parent theme’s main stylesheet (style.css), that is why you see the changes in the child theme overriding the parent theme style. As for the rest of your stylesheets, it is all about priority. What this means is, the custom stylesheet in your parent theme is … Read more