2

I'm working on integrating an HTML template slice into a SiteFinity theme and am wondering if there is a way to disable the automatic inclusion of the style sheets. I would prefer to manual include them from the MasterPage, if possible?

Mike
  • 645
  • 1
  • 6
  • 8

1 Answers1

1

The style sheets that are automatically included in Sitefinity are the CSS files that sit inside the ~/App_Themes/ThemeName directory. This is an ASP.NET feature, not something specific to Sitefinity.

To remove this behavior, simply remove all the files from the ~/App_Themes/ThemeName directory. However, do not remove the directory itself though.

Gabe Sumner
  • 4,978
  • 6
  • 33
  • 43