I understand that If I change the theme root directory name from “enfold” to something else like “clientname” and install the theme, this won’t break if we update to the latest version of Enfold when one becomes available.
So my question is: if I use a child theme all the references when viewing the code will be to the child theme directory, not to enfold…is that correct? In other words, all the linked content like this: /wp-content/themes/enfold/css/grid.css?ver=2 would be like this instead: /wp-content/themes/childtheme/css/grid.css?ver=2
Thank you so much!
Hi doug123!
The theme isn’t grabbing the css files in the css folder in a child theme recognized way. You can however add the changed grid css to your child theme style.css and that will take priority of the parent grid.css even though it isn’t in the same file.
Regards,
Andy