Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1257218

    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;
    }
    • This topic was modified 4 years ago by lawrencer.
    #1257278

    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

    #1257318

    Hi Jordan.

    I’ve added the codes to quick css but it’s not working.

    #1257362

    Hi,

    I added my code to the very top of quick css and it seems to be working. Please check.

    Best regards,
    Jordan Shannon

    #1257453

    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

    #1257718

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.