Child theme – not all changes work
-
I have setup a child theme based on my original ‘Helm’ theme.
I know that this is working as I’ve added a change to the style.css file (changed font size) and this is seen when I view the webpage in my browser.Here is my style.css file:
@charset "UTF-8"; /* CSS Document */ /* Theme Name: Helm Child Theme URI: http://www.ianknaggsphotography.co.uk/ Description: Child theme for the Helm theme Author: Ian Knaggs Template: helm Version: 1.0 (Aug 2013) */ @import url("../helm/style.css"); /* =Start from here */ /* ****************************** 5.2 Entry Contents ******************************* */ .entry-content { color: #A0A0A0; font-size: 18px; letter-spacing: 0.2px; line-height: 22px; word-spacing: 1px; margin: 20px 0 10px; }I also want to change the ‘flex slider_featured.css’ file, which on the original theme resides in the directory <../helm/css/flexislider/>.
So, I have replicated this directory structure in my child theme directory <../helm-child/css/flexislider/> and placed the modified css file in this directory.
However, these changes are not being picked up and when viewed in my browser the original theme flexslider css is being used.I’m new to WordPress and think that I have done what is required, but cannot understand why the changes are not being picked up…
Any help would be greatly appreciated!
The topic ‘Child theme – not all changes work’ is closed to new replies.