如何删除margin-top:32px!从二十二开始很重要 [英] how to delete margin-top: 32px !important from twenty twelve

查看:225
本文介绍了如何删除margin-top:32px!从二十二开始很重要的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想从22个主题中删除margin-top属性.这是wordpress提供的默认主题.我在firebug的帮助下找到了代码示例.

I want to remove the margin-top property from twenty twelve theme. This is the default theme provided by wordpress. The sample of the code what I found with the help of firebug.

html{
     margin-top: 32px !important;
    }

推荐答案

function remove_admin_login_header() {
    remove_action('wp_head', '_admin_bar_bump_cb');
}
add_action('get_header', 'remove_admin_login_header');

这篇关于如何删除margin-top:32px!从二十二开始很重要的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆