SharePoint - Change Themes Style Sheet - Stack Overflow most recent 30 from stackoverflow.com 2009-12-23T09:05:31Z http://stackoverflow.com/feeds/question/337953 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/337953/sharepoint-change-themes-style-sheet 2 SharePoint - Change Themes Style Sheet Ryan Smith 2008-12-03T17:17:12Z 2008-12-04T14:27:00Z <p>I'm using the Belltown theme in a sharepoint portal and there are some styles that I want to change change in the Belltown stylesheet. I thought that I could just edit the theme.css file located at:</p> <p>C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\THEMES\BELLTOWN</p> <p>and restart the web server, but the style sheet isn't changing for me. What file should I be editing to change the stylesheet of a theme, or are there other steps that I'm missing?</p> <p>Thanks.</p> http://stackoverflow.com/questions/337953/sharepoint-change-themes-style-sheet/338048#338048 4 Answer by monkey do for SharePoint - Change Themes Style Sheet monkey do 2008-12-03T17:42:33Z 2008-12-03T17:42:33Z <p>I believe if you re-apply the Belltown theme to your site it will pick up your changes. When you apply a theme Sharepoint copies the contents of the TEMPLATE\THEMES\ <em>THEME FOLDER</em> to the site.</p> <p>The other option would have been to point Sharepoint Designer at the site and modify the styles there which would apply them direct.</p> http://stackoverflow.com/questions/337953/sharepoint-change-themes-style-sheet/340760#340760 0 Answer by Rick Kierner for SharePoint - Change Themes Style Sheet Rick Kierner 2008-12-04T14:27:00Z 2008-12-04T14:27:00Z <p>Deploying a new style sheet can be an iterative process. For this reason, it may be helpful to use the <a href="http://www.heathersolomon.com/blog/articles/brandsppart2.aspx" rel="nofollow">CSS Import Trick</a> described on Heather Solomon's blog. </p> <p>This could be helpful in that you won't have to re-apply the theme every time you make a change to the style sheet. just change the file on the file system and refresh the browser page.</p>