jnoren02
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Twenty Eleven Header LogoI ended up using a plugin called child theme that allows you to edit it on wordpress, which seems to work, now all i have to do is learn CSS :).
Forum: Themes and Templates
In reply to: Twenty Eleven Header LogoI 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: http://example.com/
Description: Child theme for the Twenty Eleven theme
Author: Your name here
Author URI: http://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) :/
Forum: Themes and Templates
In reply to: Twenty Eleven Header LogoThanks. What you did worked, but the logo is still not fully on the right. It looks to be more centered than anything. I believe you can now see it as i used the path you gave me.
Forum: Themes and Templates
In reply to: Add logo to Twenty ElevenThat helped alot! The logo now shows up. I am still having trouble however resizing and moving it. Would I do that in the header.php file or the style sheet?