表达式引擎 CSS 更改
我的 CSS 位于下面的位置,
<link rel="stylesheet" href="/site/css/style.css" />
我不知道应该从哪里编辑管理员的 CSS
我在 Google 上检查过,没有用,我检查了
下的所有文件 CP首页>>设计>>模板管理器
但这没有帮助我错过了什么吗?
My CSS is located at below location
<link rel="stylesheet" href="/site/css/style.css" />
I ant see from where should i edit that CSS from admin
I checked on Googled no use, i checked all the files under
CP Home >> Design >> Template Manager
But it didnt help am i missing something ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的模板可能从完全存储在 ExpressionEngine 外部的平面文件调用 CSS。许多开发人员更喜欢这种方法,而且可以说它的性能也更高。
通过 FTP 在站点的 Web 根目录中查找 site 文件夹,然后查找其中的 css 文件夹。
Your templates are likely calling the CSS from a flat file, stored outside of ExpressionEngine entirely. Many developers prefer this approach, and it is arguably more performant as well.
Look in your site's web root via FTP for the site folder, and then the css folder inside of it.