how disables CSS file?
I use CMS and in header load style.css file. O don't have permission change index.php file, so i must change only in my file.
Thanks
Comment the whole css out. Start with /* and don't put the end piece in the file.
/*
// Here starts your normal css file
body {
font-family: serif;
...
{
...
// Post at the end or not at all
*/
!important. If you want no styles at all you could try doing this with a "css reset".