无法覆盖wp_head()中的样式块

时间:2014-08-05 作者:BHWD

我正在使用基于骨骼的wpbootstrap主题。我注意到我的网站顶部有一条白色的带子,我无法确定是什么导致了它,但我终于找到了答案。标记具有42px属性的填充。我已经尝试在css文件中覆盖它,但因为它加载在wp\\u head()中,并且包含!重要的是,它似乎不起作用。代码如下:

收割台的一部分。php

wordpress head functions
    <?php wp_head(); ?>
    end of wordpress head
已在网站上加载HTML:

<style type="text/css" media="screen">
html { margin-top: 32px !important; }
* html body { margin-top: 32px !important; }
@media screen and ( max-width: 782px ) {
    html { margin-top: 46px !important; }
    * html body { margin-top: 46px !important; }
}
</style>
我的习惯。css:

html {
margin-top: 0 !important;
}
任何帮助都将不胜感激

1 个回复
SO网友:BHWD

我只是在结束head标记之前添加了下面的代码。我不确定这是否是最好的方法,但它确实有效。

<style>
html {
margin-top: 0 !important;
}
</style>

结束

相关推荐

加载CSS文件的子主题中的Functions.php中断网站

我创建了一个子主题并创建了一个函数。子主题目录中也具有所需样式的php文件。css文件和我要加载的单独自定义css文件。这是我使用的代码:<? php add_action(\'wp_head\', \'add_landing_css\'); function add_landing_css() { wp_enqueue_style(\'landing_css\', get_stylesheet_directory_uri().\'/landing.cs