FWQ
如何替换修改zencart网站背景图
背景图片我们首先要找到zencart替换背景图的地址:includes\templates\yourtemplates\css\stylesheet.css 找到文件后下载下来,然后用dreamweaver打开, 输入body进行搜索,会找到一串代码,如下: body { margin: 0px; font-family: arial, helvetica, sans-serif; font-size: 70%; color: #455; background: url(../images/picture.gif) top center repeat fixed; } 替换下颜色的路径,就可以变换网站背景图 有的模版不一样,可能会找到的代码如下: body { margin: 0px;…