EPICArtsManagement Posted June 29, 2023 Share Posted June 29, 2023 I'm trying to figure out how I can hide the Header on my home page, but I still want the hamburger menu to show up for Mobile. Anyone know how I can do this? (I've seen some ways to do this site-wide, but not for a single page) Link to comment
Solution tuanphan Posted June 30, 2023 Solution Share Posted June 30, 2023 Hi, Add this to Design > Custom CSS @media screen and (min-width:992px) { body.homepage header#header { display: none; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
EPICArtsManagement Posted July 4, 2023 Author Share Posted July 4, 2023 Worked great! Thanks! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment