I just completely re-installed the original files and am now attempting to make the child theme. The reason I haven’t just inserted it as a wide banner is because i’d like to have it small in a corner at the top of the page.
As for creating a child theme, i made the style.css file in a folder called child which is in the twenty eleven folder.
the style.css file contains the following code
/*
Theme Name: Twenty Eleven Child
Theme URI: https://example.com/
Description: Child theme for the Twenty Eleven theme
Author: Your name here
Author URI: https://example.com/about/
Template: twentyeleven
Version: 0.1.0
*/
@import url(“../twentyeleven/style.css”);
#site-title a {
color: #008700;
}
just as a test to see if the child theme works but so far I can not get it to work (can you tell im a noob) :/