Post count: 11437
Hi ingenuitygroup,
Sorry for the late reply.
1.(a) I mean for the additional CSS code that you put on the parent theme such as boxed.css, js_composer.css or etc. Not all CSS code, only your custom CSS code.
1.(b) & 1.(c) You don’t need to clone the CSS file into the child theme. The best practice is 1.(a) (put your custom CSS on the style.css child theme)
2. Yes, you can use that code, but please don’t forget to put the .js code on the child theme. This function “get_stylesheet_directory_uri” will point to the child theme.
3. Yes, you can. It’s the same way with 1.(a)
Thank you