Hi Ryan, The difference that isn't immediately noticeable in the sample CSS Skins is that the CSS Editor is included inside the AdminMenu (which is included from the main skin .ascx) If you do not use the AdminMenu from the SnapsisDNN/Skins folder, then you will need to reference the CSS Editor directly in your main skin with the folowing two lines of code: <%@ Register TagPrefix="SnapsisDNN" TagName="CSSEditor" Src="~/DesktopModules/SnapsisDNN/CSSEditor/CSSEditor.ascx"%> <SnapsisDNN:CSSEditor runat="server" id="CSSEditor" /> The CSS Editor then adds the reference to the CSSEditor.js file in the links. BTW, CSS Skins 2.5.3 already has the 2.5.3 patch applied and you can just load that without loading 2.5, or the patch for 2.5.3 |