开发者

css, disabled css files

开发者 https://www.devze.com 2023-01-21 00:08 出处:网络
how disables CSS file? I use CMS and in header load style.css file. O don\'t have permission cha开发者_运维问答nge index.php file, so i must change only in my file.

how disables CSS file?

I use CMS and in header load style.css file. O don't have permission cha开发者_运维问答nge 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
*/


Are you saying you don't want to use the stylesheet but can't remove it from the html markup? If so, just delete everything in the file. You can comment it all out, but if you're not using it, save the bandwidth and just erase the content.


Just replace style.css with an empty style.css file.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号