在我的来源中,我有以下代码:
<style>
/*Twenty Twelve fixes and other theme fixes and styles :( */
.flex-caption {
background: #000;
-ms filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
zoom: 1;
}
/*...*/
</style>
这不在我的个人CSS文件中,我不知道这是从哪里提取的。
我按照Wordpress Codex链接到我的外部CSS文件,以包含一个样式表,如下所示:
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" />
删除此CSS需要做什么?
修改 的 *
现在已经修复了。
答案 0 :(得分:0)
看起来你开始使用WordPress的TwentyTwelve主题,或者从其继承并从那里进行更改的另一个主题。如果你看一下/wp-content/themes/head.php
我认为你可能会在那里找到令人讨厌的风格。
答案 1 :(得分:0)
如果它不在您的CSS中,则可能在header.php中
转到外观&gt;编辑&gt;标题(header.php)
答案 2 :(得分:0)
我已经想到了生成这个并删除的内容。这是一个插件,它是我不使用的插件。
NextGEN gallery插件会生成此内容。