wordpress 知更鸟主题隐藏顶部菜单
方法步骤
将以下代码添加到设置-主题选项-定制风格“自定义样式”中
#masthead { height: 90px; } #top-header { display: none; } @media only screen and (max-width: 900px) { #masthead { height: 40px; } }
方法步骤
将以下代码添加到设置-主题选项-定制风格“自定义样式”中
#masthead { height: 90px; } #top-header { display: none; } @media only screen and (max-width: 900px) { #masthead { height: 40px; } }