从源代码隐藏样式代码

时间:2016-07-12 16:03:37

标签: php css wordpress header

当我查看我的网站的源代码时,我可以看到:

<head>
....   
 <style type="text/css" id="custom-background-css">
    body.custom-background { background-image: url('http://ali-coupons.net/wp-content/uploads/2016/05/ali-background.png'); background-repeat: repeat; background-position: top left; background-attachment: scroll; }
    </style>
...
</head>

我在header.php中没有它。如何从源代码中删除它? 我在Wordpress上的网站。

1 个答案:

答案 0 :(得分:0)

您在此主题上搜索您的代码段:https://wordpress.org/support/topic/how-do-i-do-get-this-effect?replies=29

我估计如果你去wp-admin / Appearance / Customize那里有一个背景颜色设置,关掉它,你头脑中的代码就会消失。