Child Theme Won't Work with Custom Theme (PHP preventing CSS?)
-
I am making edits to a website that I did not create originally. In order to make my style edits, I tried to make a child theme so i would not affect the original theme settings. The previous developer created a custom theme, and it looks like he created a PHP template for the homepage. Their style.css file is blank except for the header info.
I created a child theme and it links fine to the custom theme – I can tell this because it is referencing the child theme and the site looks the same as when the custom theme is active.
BUT – none of the CSS I add to my style sheet takes effect (even with !important) and also nothing happens when I add CSS to the custom (original) style sheet either.
This makes me think that there is something in the PHP file that is keeping my changes from being read, and I can only do CSS and HTML, I am very limited in PHP.
I am thinking that I need to add something to the functions PHP in my child theme?
the website is http://www.flyrv12.com and my child theme is active now.
Thank you for reading this!
The topic ‘Child Theme Won't Work with Custom Theme (PHP preventing CSS?)’ is closed to new replies.