• Hi all,

    I have been trying to change the header text on my twenty eleven theme. I have seen a few results with some code in the forums and it is not working, wanted to see what I was doing wrong.

    I created a child theme, all of the CSS code I am using is going into the “style.css” file I made on my child theme (this is now activated). I -believe- i am supposed to post any code that I want in this style.css file in my child theme folder for twenty eleven.

    Please note I am listing both types of code that I have been playing with but I have only been using each of them one at a time. I have not saved the file with both codes.. I installed WordPress through Fantastico on hostgator so I am not sure if it is any different with the file paths for them. Thanks for clearing up any confusion.

    /*
    Theme Name:     Twenty Eleven Child Theme
    Theme URI:      https://example.com/
    Description:    Child theme for the Twenty Eleven theme
    Author:         author
    Author URI:     https://example.com
    Template:       twentyeleven
    Version:        1.4
    */
    
    @import url("../twentyeleven/style.css");
    
    #branding {
    background: url("home/wp-content/uploads/2012/06/header_logo.png") no-repeat scroll 0 0 transparent;
    height: 149px;
    }
    
    #branding {
    border-top: 2px solid #bbb;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
    background: url("home/wp-content/uploads/2012/06/header_logo.png") no-repeat;
    }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Twenty Eleven – Changing the Header Text w/ Custom’ is closed to new replies.