Question

I upgraded SharePoint 2010 to SharePoint 2013 but the look and feel did not upgrade and the site in SharePoint 2013 doesn't look anything like it does in SharePoint 2010. Is there a way to export the look and feel from SharePoint 2010 and import into SharePoint 2013 or do I have to rebuild the look and feel from scratch?

Was it helpful?

Solution 4

I will manually re-brand the site.

OTHER TIPS

Have you also updated the site collection? https://docs.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-a-site-collection-to-sharepoint-2013

Once you upgrade from SharePoint 2010, the sites will work in SharePoint 2013, but the look and feel won't be updated until you Upgrade the site collection. You can also do this through Powershell:

Upgrade-SPSite http://server/sitecollection –VersionUpgrade

  1. Find if there is any compatibility issues, and resolve them prior UI upgrading
Test-SPSite http://SPWeb.Com/sites/siteCollection
  1. Actual UI Upgrade
Upgrade-SPSite http://SPWeb.Com/sites/siteCollection –VersionUpgrade -Unthrottled 
 #Unthrottled flag starts upgrading immediately
  1. Find the current upgrade status
Get-SPSiteUpgradeSessionInfo –site http://SPWeb.Com/sites/siteCollection

To change the look after upgrade to SharePoint 2013, navigate to site settings->Site collection upgrade->click Upgrade this Site Collection.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top