我正在尝试将背景图片放在我的商店中。我编辑 global.css 文件我设置 Performance Force Compilation = true 和 cache = no。我改变身体的颜色我把背景图片如下
body{
font:normal 11px/14px Arial, Verdana, sans-serif;
color:#555;
background:#555 url('../img/flowerbg114.gif')repeat
background-size: contain
}
但是我的前台没有任何变化:(
我的 img 文件位于所选主题下的 img 文件夹下。
感谢您的时间 :)