Hi,
When creating a child theme for Focus – do I point to the template.css file? Also, do I have to do anything with the style.css and responsive.css?
Hi Brooks,
We have already loaded the file template.css and responsive.css at line 141 and 142 on the file functions.php of DW Focus theme (via dw_focus_scripts function), that’s why you don’t need to load them again on Child theme.
The file style.css is used to contain all the theme information.
In order to create a child theme, you need to create a new folder in wp-content/themes/ then create a new style.css file with all the information following WordPress instruction: http://codex.wordpress.org/Child_Themes
Hope this helps!
Regards,
Jackie
Okay, I’m still a little confused. Do I still need this in the child theme’s style.css?anything in the style.css of the child theme?
Oops, ignore the comment above. I accidentally hit the Enter key while I was typing. Okay, so my question is: do I need to include the “@import url…” code in the child theme’s style.css?
Please login or Register to submit your answer