Trouble Getting Child Theme to "Take"
-
I have created a child theme for Twenty Fifteen, and the part about enqueing the main theme seems to be working, but as I add new styles to the child theme, they do not seem to “take”. I do update the child theme, it is activated, and I do flush the cache, but the child theme styles do not override the main theme styles. Here are the couple of things I have in the child theme so far, I imagine its some little coding error . . . or perhaps there is some step I have missed.
/*
Theme Name: Twenty Fifteen Child
Theme URI: https://djmassoc.com/twenty-fifteen-child/
Description: Twenty Fifteen Child Theme
Author: Deborah J. Mayhew
Author URI: https://djmassoc.com
Template: twentyfifteen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, responsive-layout
Text Domain: twenty-fifteen-child
*/html {
font-family: Arial;
}h1 {
color: #000000;
}#content a {
color: #000000;
}#content a:hover {
color: #FFFFFF;
}Thanks in advance for any insights!
- The topic ‘Trouble Getting Child Theme to "Take"’ is closed to new replies.