admin管理员组文章数量:1391987
I'm trying to hide the two top bars on this single wordpress page: / that will eventually serve as a single lead generating landing page with no menu, but I seem to be stuck.
The page id is .page-id-17091 and I've tried inserting a number of css combinations based on previous post answers, but nothing is working. I must be missing something. Can somebody please inspect the page and help me with the css to edit this?
I'm trying to hide the two top bars on this single wordpress page: https://grassiusa/try/ that will eventually serve as a single lead generating landing page with no menu, but I seem to be stuck.
The page id is .page-id-17091 and I've tried inserting a number of css combinations based on previous post answers, but nothing is working. I must be missing something. Can somebody please inspect the page and help me with the css to edit this?
Share Improve this question asked Mar 15, 2020 at 13:55 Wes RobertsWes Roberts 11 Answer
Reset to default 1This should do it:
.page-id-17091 div.fixed-header-box { display: none; }
I'd generally prefer setting the theme up to not generate the header for that page, though, rather than hiding it after the fact.
本文标签: cssTrouble hiding menu on single page
版权声明:本文标题:css - Trouble hiding menu on single page 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744667224a2618606.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论