Hello, I am having an issue with my child theme. It seems that style.css file is not overriding the parent theme. I created a footer.php file and it displays just fine.
Am I missing something?
what’s your website and how did you implement the child CSS file?
http://archedevelopmentserver.com/template/
I implemented it according to http://codex.wordpress.org/Child_Themes
Currently I am just adding to the parent style sheet.
are you using this in the child theme CSS?
yes I am
In short yes…
The client is currently looking at the development of this site – so in order to make them happy I have been editing the base file in the parent theme. However I know this will be over written with an update. Thus the overall change of the site.
The file with the major changes in it http://archedevelopmentserver.com/template/wp-content/themes/evolve/library/media/css/base.css
But I have made alterations to the css file in my child (text should be red for one)
http://archedevelopmentserver.com/template/wp-content/themes/evolve-child/style.css
None of the changes here are taking – it does not ever show up on the “view source” of the site.
This is the code for the style sheet that it seems to be using.
I found the bug, please edit this file evolve/library/functions/functions.php, line # 102, change it to:
this will be fixed in the next theme version
Thank you for all your assistance Roman.
The topic CSS and Child Theme is closed to new replies