Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/wordpress/12.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
Css 真的需要帮助!如何从图像中删除所有灰度。(Wordpress)_Css_Wordpress_Web_Custom Wordpress Pages - Fatal编程技术网

Css 真的需要帮助!如何从图像中删除所有灰度。(Wordpress)

Css 真的需要帮助!如何从图像中删除所有灰度。(Wordpress),css,wordpress,web,custom-wordpress-pages,Css,Wordpress,Web,Custom Wordpress Pages,我对这个很陌生 有人能告诉我如何从网站上看到的图像中删除灰度吗 多谢各位 您可以尝试添加重置灰度过滤器的CSS规则: #site .imagebox.style2 .box-image img { filter: none !important; } 非常感谢你,约翰!它真的很好用

我对这个很陌生

有人能告诉我如何从网站上看到的图像中删除灰度吗


多谢各位

您可以尝试添加重置灰度过滤器的CSS规则:

#site .imagebox.style2 .box-image img {
    filter: none !important;
}

非常感谢你,约翰!它真的很好用