en WordPress.com Forums › CSS Customization How to change logo on NotesIL theme Author Posts March 3, 2013 at 4:03 am #1170321 pstrappMember I’d like to change the header logo beside the site name and description to a different image. What would be the CSS code I’d need to add? The blog I need help with is bodyconnections.wordpress.com. March 5, 2013 at 3:00 pm #1170551 designsimplyStaff Here is an example you can start with: div#header h1 img { display: none; } div#header h1, div#blog-description { padding-left: 40px; width: 710px; } #blog-title { background: url('http://s.wordpress.org/about/images/logos/wordpress-logo-32-blue.png') left center no-repeat; } Change the url() value to the image you’d like to use and then adjust the padding-left and width values based on your new image size. Author Posts The topic ‘How to change logo on NotesIL theme’ is closed to new replies.