Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP Drupal Basics Modules and Themes Working with Themes

Custom Logo Not Showing

I have followed the instructions exactly and I can't get the custom Logo to appear. I am using firefox so its not a cache issue, but just to be sure I did a hard clear on the cache and I am still getting the drupal default logo, not the coffee one.

Having same issue.

10 Answers

I went into the bartik enabled theme instead of the global settings like she described in the video and was successful. Not sure if correct, but it's a workaround.

Yes that worked. Thanks J!

Have you cleared the cache?

There it is!

Thanks that worked for me also, maybe its the change from 7.38 to .9.

I have the same problem, the Global appearance settings will not take effect. I can however change the settings for any specific theme. Any insight?

I couldn't find the coffee logo in any of the files that we downloaded for the course. Was that anyone else's experience?

Download the project files in the first lesson, it includes the finished drupal site. The images are stored inside the sites/all/default/files folder.

thanks steven!

This appears to be a drupal update change. Change the logo by the theme specfic area. Management Menu -> Appearance -> Settings (the link on the page under Bartik, NOT the tab on the top) -> Uncheck "Use the default logo" -> Upload new logo -> Save Configuration

Hello, I've done the way J E has suggested and it worked, I wonder why did it work this way instead of uploading within the global settings section which doesn't work for me. Many thanks

Still the logo can't be updated using the global setting however by going to default theme settings it works for me

You can upload your logo on the Global Settings settings. localhost/yourdrupalsite/admin/appearance/settings.

If you've enabled multiple themes you can active "Use the default logo" checkbox. This way it uses the Global settings.

If you are interested in manually entering the path to an image, under, "Appearance -> Settings -> [theme] -> Logo Image Settings -> Path to custom logo", you may type:

sites/default/files/[image-name].png

This assumes you're placing your images in the default site. Note that the path does not have "/" at the beginning