Child Theme not recognised – Twenty Eleven Theme
-
Hi
I’ve followed online guides of how to set up a child theme.I’ve tried to implement things like ‘changing title colour’ or ‘changing background colour’ for example and the child theme is being ignored. Nothing changes at all and I wonder if you can advise where I may be going wrong?
Directories look like this:
/htdocs/blog/wp-content/themes/twentyeleven/twentyelevenchildthe
- style.css
is held in folder ‘twentyelevenchild’
Does the following look right content of style look right:
/*
Theme Name: twentyelevenchild
Description: Child theme for the Twenty Eleven theme
Author: My name here of course
Template: twentyeleven
Version: 3.2.1
*/@import url(“../twentyeleven/style.css”);
Is that right in terms of the basic starting point?
also, if for example, I then wanted to change the background colour would i simply add the following code:
body { background: #DDD; line-height: 1;}
if someone could give me any advice why the child theme is not being picked up – i’d be grateful.
Also, do i need to go into the .php pages and tell it to read it or something? Spent many days trying to do this on my own and am now exhausted. HELP please ??
- The topic ‘Child Theme not recognised – Twenty Eleven Theme’ is closed to new replies.