Child Theme Setup Problems
-
on this site, I have a theme called Cearti installed. I tried to create a child theme setup and it doesnt seem to be overriding the parent theme.
If I firebug the homepage, and click on the CSS tab, it shows the following:
@import "https://dev.uniquerefinishing.net/wp-content/themes/Cearti/css/style.css"; @import "https://dev.uniquerefinishing.net/wp-content/themes/Cearti/css/nivo-slider.css"; @import "https://dev.uniquerefinishing.net/wp-content/themes/Cearti/css/orange.css"; @import "https://dev.uniquerefinishing.net/wp-content/themes/Cearti/prettyPhoto/css/prettyPhoto.css";
So I want to override the /Cearti/css/style.css and the /Cearti/css/orange.css files.
So I created, and activated, a Ceartichild theme and in there I have these files:
/themes/Ceartichild/style.css (here’s the code)
/themes/Ceartichild/css/orange.css (here’s the code)Please advise why the child theme style files are not overriding the parent theme. Thanks in advance.
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘Child Theme Setup Problems’ is closed to new replies.