Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/templates/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 当我在style.css中进行更改时,这些更改不会显示在Genesis框架中_Html_Css_Wordpress_Woocommerce_Genesis - Fatal编程技术网

Html 当我在style.css中进行更改时,这些更改不会显示在Genesis框架中

Html 当我在style.css中进行更改时,这些更改不会显示在Genesis框架中,html,css,wordpress,woocommerce,genesis,Html,Css,Wordpress,Woocommerce,Genesis,基本上我只想用woocommerce和 Genesis框架(Jessica child主题),但当我在Style.css中进行更改(使用升华测试)并重新启动XAMPP时,我看不到任何更改,一切都完全一样 在original style.css中,我们可以找到: body.woocommerce-page div.product div.images img, body.woocommerce-page #content div.product div.images img { borde

基本上我只想用woocommerce和 Genesis框架(Jessica child主题),但当我在Style.css中进行更改(使用升华测试)并重新启动XAMPP时,我看不到任何更改,一切都完全一样

在original style.css中,我们可以找到:

body.woocommerce-page div.product div.images img,
body.woocommerce-page #content div.product div.images img {
    border: 5px solid #e7e9ea;
    box-shadow: none;
}
我将代码替换为:

body.woocommerce-page div.product div.images img,
body.woocommerce-page #content div.product div.images img {
    border: 2px solid #e7e9ea;
    box-shadow: none;
}
但我看不到任何变化


一些想法?

对我来说,同样的事情发生了,css中的更改只有在停止执行网页并重新启动它,甚至关闭netbeans并重新打开它之后才会显示出来。
希望有帮助。

你能在浏览器上打开文件,看看是否有更改吗?@Ibu如果我从浏览器中打开style.css,我可以完美地看到那里的更改!但是,即使我刷新页面,它仍然显示旧样式。检查chrome inspector,如果您查看的是同一个文件,很高兴知道这不仅是我的问题,我尝试停止所有服务器,重置所有内容,但…结果相同。有时您甚至必须关闭计算机。但我会尝试将边框颜色与边框颜色放在另一行。