• I tried to add a logo to the twenty eleven theme and had set a size but it distorted and made it huge.
    <h1 id="site-title"><span><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img src="<?php echo bloginfo('stylesheet_directory');?>/images/logo.png" alt="<?php bloginfo( 'name' ); ?>"/><?php bloginfo( 'name' ); ?></a></span></h1>

    I added a class in my style sheet as well. the url is nintech.us

    I appreciate any advice

Viewing 3 replies - 1 through 3 (of 3 total)
  • simply modify the “site-title” id, in your style.css file. choose a background image, background position, and add a padding so it wont overlap your h1. hope this works for you

    Do not edit the Twenty Eleven theme. It is the default WordPress 3.2 theme and having access to an unedited version of the theme is vital when dealing with a range of site issues.

    Create a child theme for your customisations. Once your child theme is active, we should be able to help with the customisation.

    Thread Starter WebGddess

    (@webgddess)

    Esmi,
    Thank you that’s what I thought. thank you very much.
    Lisa

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘adding a logo to title area to twentyeleven theme’ is closed to new replies.