在“外观”–“自定义”–“额外CSS”处填下以下代码:

code:

html{
-webkit-filter: grayscale(100%); /* webkit */
-moz-filter: grayscale(100%); /*firefox*/
-ms-filter: grayscale(100%); /*ie9*/
-o-filter: grayscale(100%); /*opera*/
filter: grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
filter:gray; /*ie9- */
}

不论是图片还是广告、按钮之类的,全灰色。

 

Premium WordPress Themes Download
Download Best WordPress Themes Free Download
Free Download WordPress Themes
Premium WordPress Themes Download
lynda course free download
download samsung firmware
Download Premium WordPress Themes Free
free download udemy paid course

共有 0 条评论