child theme not importing multiple .css files
-
I have created a child theme for hero and it is only importing the style.css. When I try to make changes to the other .css files like superfish.css, nothing changes. How do I make the child theme work with these other .css files?
Below the @import (“../hero/style.css”); I tried adding these but nothing happens:
@import (“../hero/superfish.css”);
@import (“../hero/reset.css”);I also tried copying the superfish.css file into the style.css and it still did not work. Any help would be much appreciated.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘child theme not importing multiple .css files’ is closed to new replies.