Child theme style.css is not overriding parent
-
Hello, I’m a total newbie with wordpress and I’m having some trouble to set up a child theme. I can activate the child but I can’t get the childs style.css-file to override the parent. I’m currently using the HealthCare-theme.
I’ve pasted the following code into the childs style.css
/*
Theme Name: Healthcare Child
Theme URI: https://wordpress:8888/
Description: This is a child theme of 2014
Author: sensibilitet
Template: HealthCare
Version: 0.1
*/
@import url(“../HealthCare/style.css”);body {
background:blue;
}Just to try things out. It has worked like a charm on other themes but I can’t manage to get it work with this one. I’ve read several topics on this issue and tried to follow the suggested fixes but with no luck. I’ve never worked with php and are therefore pretty lost when trying to modify the functions.php (which is frequently beeing suggested as a solution to the problem.) Can someone please explain for a total rookie how to fix this?
- The topic ‘Child theme style.css is not overriding parent’ is closed to new replies.