Forum Discussion
Change the logo in Modern Team Site -- Strange behavour
I would change the logo for the Group itself, rather than trying to apply it to the Team Site.
Hi Hunter and thanks for your reply,
I think the PnP command used when I create the team site:
New-PnPUnifiedGroup -GroupLogoPath $logofilePath
Sets the logo image for the whole group, not only for the team site page.
Also when I apply some other branding customizations in the site I do this:
Set-PnPUnifiedGroup -Identity $groupName -GroupLogoPath $logo
So, in theory, this should change the Logo for the whole group as well.
Thanks,
- Hunter WillisNov 08, 2017Iron Contributor
Found this thread. This apparently used to be a bug across all of 365. Seems as though using a .jpg used to fix the issue, but also seems as though support was not super responsive to people having the error.
What is the file format you are using, and what is the size of the image?
- Marc Lluís LozanoNov 08, 2017Copper Contributor
It's Png format and the size 88x88 pixels.
But I think the same than you, it seems to be a bug. Let's wait if someone of Microsoft says something about it.
Thanks for reply,
- Samuel StevensonJun 23, 2018Copper ContributorAnyone find a fix for this yet?