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 trialTammy Dotson
16,790 PointsCustom 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.
10 Answers
J E
5,083 PointsI 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.
Mark Warren
19,252 PointsYes that worked. Thanks J!
Dario Santacruz
5,414 PointsHave you cleared the cache?
Jim Withington
12,025 PointsThere it is!
Tammy Dotson
16,790 PointsThanks that worked for me also, maybe its the change from 7.38 to .9.
jilliankramermcloughlin
3,428 PointsI have the same problem, the Global appearance settings will not take effect. I can however change the settings for any specific theme. Any insight?
Mark Warren
19,252 PointsI couldn't find the coffee logo in any of the files that we downloaded for the course. Was that anyone else's experience?
jilliankramermcloughlin
3,428 PointsDownload the project files in the first lesson, it includes the finished drupal site. The images are stored inside the sites/all/default/files folder.
Mark Warren
19,252 Pointsthanks steven!
Kenny Grage
4,809 PointsThis 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
Romeo Jr
2,426 PointsHello, 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
ahmed suleiman
Courses Plus Student 11,685 PointsStill the logo can't be updated using the global setting however by going to default theme settings it works for me
howdytom
1,715 PointsYou 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.
Jaan Talvet
4,950 PointsIf 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
J E
5,083 PointsJ E
5,083 PointsHaving same issue.