Compressing CSS files makes the files harder to read, so uncompressed versions are usually provided. Use uncompressed versions when editing and debugging the theme CSS.
- Connect to the fs-type1 entry point in WebDAV, http://<server>:<portal>/wps/mycontenthandler/dav/fs-type1/.
- Navigate to the theme css folder, /dav:fs-type1/themes/<custom theme>/css.
- Rename the compressed layer named master.css located in the css folder to master.css.compressed.css.
- Rename the uncompressed file master.css.uncompressed.css located in the css folder to master.css.
- Open the theme template, by default it is localized and located in the dav:fs-type1/themes/<custom theme>/nls folder.
- Locate this line that includes the head modules:
<link rel="dynamic-content" href="http://setgetweb.com/p/portal85/co:head">and change it to:<link rel="dynamic-content" href="http://setgetweb.com/p/portal85/co:head?optimized=false">
- Clear the browser cache and refresh the page. The uncompressed styles are now enabled.
Parent Default theme CSS files