Tagged: child, custom.css
I think I have missed something basic.
Where is the best place to put CSS when you have a child theme.
Is it in a folder ‘css’ in the child theme with it’s own ‘custom.css’, or is it in the custom.css of the parent? If the latter, do upgrades leave it intact?
Thanks
Hey Tim!
You can add your custom CSS codes to Style.css file of your child theme. You do not need to create custom.css file
Cheers!
Yigit
Thanks Yigit
That’s what I thought originally, but it wasn’t working for me.
Hi!
Style.css file of your child theme is not working?
Have you created child theme using video tutorial here http://kriesi.at/documentation/enfold/using-a-child-theme/ ? If not, please do so. You can also download pre-built child theme on the same page
Regards,
Yigit
Thank you
I began the .css with @import. . . , perhaps that’s where it went wrong. Now I know