Theme dev neglected to load child styles, how do I add that in?
-
I’m using a commercial theme and, as far as I can tell, the developer neglected to include a function to load child theme styles in the section of the theme’s functions.php where all the other stylesheets are loaded.
I can create a child theme for this theme, and activate it, but it won’t load the child style.css.
I’m not a theme developer and have only a cursory knowledge of PHP, but I would think I could add an “enqueue” to the end of the original developer’s pile of stylesheet loading functions that would load my child styles. Unfortunately, I’m too hazy on the syntax to guess exactly how to do this.
If someone could point me to the right place in the dev documentation for loading child styles from a parent’s functions.php (or, just give me the syntax) (or, tell me I’m barking up the wrong tree), I’d be really grateful.
So frustrated trying to tweak CSS without being able to use a code editor!
Thanks!
- The topic ‘Theme dev neglected to load child styles, how do I add that in?’ is closed to new replies.