简体   繁体   English

如何编辑主题样式?

[英]How to edit the styles of the theme?

I'm using PrestaShop 1.7.2.4. 我正在使用PrestaShop 1.7.2.4。

I disabled Smarty caching. 我禁用了Smarty缓存。 I disabled CSS and JS caching. 我禁用了CSS和JS缓存。

But I can not change the classic theme styles. 但是我无法更改经典主题样式。 Why? 为什么?

I go to FTP, edit the theme.css or custom.css file, but nothing happens. 我转到FTP,编辑theme.css或custom.css文件,但没有任何反应。 Both files are connected in HTML code. 这两个文件都以HTML代码连接。 If one of these files is removed from the server, it disappears from the HTML code. 如果从服务器中删除了这些文件之一,则该文件将从HTML代码中消失。 If these files are not deleted, but their contents are deleted, then files with css code (not empty) are connected on the site. 如果未删除这些文件,但删除了它们的内容,则具有CSS代码(非空)的文件将连接到站点。

Why can not I just edit the css code? 为什么我不能只编辑CSS代码?

U should add version control to your modified js or css soemthing like this U应该将版本控制添加到修改后的js或css中,如下所示

some.min.css?v=1.1
some.min.js?v=1.1

So your browser wont take the cache from its own . 因此,您的浏览器不会从自己的缓存中获取缓存。 :) your browser helps you too to cache files whether your intent or not. :)您的浏览器也可以帮助您缓存文件,无论您的意图与否。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM