The site logo feature relies on Jetpack plugin being active, which means you can switch to any theme that supports the feature without losing your logo. There’s no special module to enable, as long as Jetpack is active you should see the option to upload a logo.
Let me know if this does the trick.
Hi, is there a way to do this without using the Jetpack plugin? Thanks in advance 🙂
tarenava – you could hard-code in a logo using a child theme, or try a CSS workaround.
If you need further help, could you provide a link to your site as well as to the logo file so I can point you in the right direction?
Thank you Kathryn, I try to avoid using plug-ins so I tried hard-coding into my child theme (following these instructions from here http://docs.woothemes.com/document/add-a-custom-logo) with no success.
I ended up resorting to a plug-in, and had success using one called “Easy Logo” (https://wordpress.org/plugins/easylogo/). (I couldn’t use Jetpack because the site is not currently publicly accessible.) The “Easy Logo” plugin did require one line of code in my header.php file, but I don’t mind.
Thanks again, hopefully this may help someone else if they encounter the same problem.
Excellent – I’m glad you found an easy workaround, thanks for sharing it!
@dcheek, Do you mind sharing where you inserted the Easy Logo code into the header.php file?