Child theme and multiple css files?
-
Hello.
Child theme question
The main theme I use have multiple css files one called style.css and another called style_light.css
Style_light.css is for the white version of the theme.
I need to make changes in both filesI am trying to create a child theme and did succeed to create a style.css and @import the original style.css
But how do i make changes in style_light.css
Do i create a style_light.css in my child theme with an @import
or do i put a new @import inte the style.cssIn the style_light.css there are some background-image tags in the #menu_containder I earlier had commented out, but now moving to child theme they wont go away.
Thanks for helping
The topic ‘Child theme and multiple css files?’ is closed to new replies.