Hi there, I want to create one single landing page without menu for my site.
I’m using the left side bar layout as per your Photography Portfolio Demo and I can’t hide the menu.
I tried this CSS but it doesn’t seem to work. The page id is 2402. Help please.
.page-id-2402 .avia-menu.av-main-nav-wrap {
display: none !important;
}
Hey lawrencer,
Add this to quick css:
.page-id-2402 #header{
display:none!important;
}
.page-id-2402 #main{
margin-left:0px!important;
}
Best regards,
Jordan Shannon
Hi Jordan.
I’ve added the codes to quick css but it’s not working.
Hi,
I added my code to the very top of quick css and it seems to be working. Please check.
Best regards,
Jordan Shannon
Dear Jordan, thank you so much!
I’m not sure why the codes only work when they in the top row, but they work. Thank you. :D
Hi lawrencer,
There can be an error in some of the css below it and so it does not work. You might want to validate all the css in your Quick css.
Best regards,
Victoria