CSS 在主页上隐藏 Header
CSS Hide Header on Home Page
新主题,页面没有 hide\disable 选项。我只想在主页上隐藏 header:restoresell.com
请告知我可以尝试的 css 代码示例或?
来源LINK:view-source:https://restoresell.com/
谢谢
我已经检查了您的代码,如果您只是想在主页上隐藏您的 header,您可以将其添加到您的 CSS 中,这将自动隐藏您的 header
.header-top-home-three.home-four {
padding: 0px;
margin: 0px;
visibility: hidden;
}
.vc_row {
margin-left: -15px;
margin-right: -15px;
position: relative;
bottom: 108px;
}
.header.home-page-four {
position: relative;
padding-left: 0;
border: none;
position:inherit;
background: #fff;
visibility: hidden;
}
.header .header-navigation.stricky-fixed {
position: inherit;
top: 0;
left: 0;
width: 100%;
background: #242424;
}
新主题,页面没有 hide\disable 选项。我只想在主页上隐藏 header:restoresell.com
请告知我可以尝试的 css 代码示例或?
来源LINK:view-source:https://restoresell.com/
谢谢
我已经检查了您的代码,如果您只是想在主页上隐藏您的 header,您可以将其添加到您的 CSS 中,这将自动隐藏您的 header
.header-top-home-three.home-four {
padding: 0px;
margin: 0px;
visibility: hidden;
}
.vc_row {
margin-left: -15px;
margin-right: -15px;
position: relative;
bottom: 108px;
}
.header.home-page-four {
position: relative;
padding-left: 0;
border: none;
position:inherit;
background: #fff;
visibility: hidden;
}
.header .header-navigation.stricky-fixed {
position: inherit;
top: 0;
left: 0;
width: 100%;
background: #242424;
}