Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1350722
    envi_snc
    Participant

    hello,
    as you can see here: http://sviluppo.envi.it/ I was a little inspired by the ethos 3 demo and wanted to create a homepage with only the slider (video) above the masthead and the header itself with the main menĂ¹, nothing more (no footer or body)
    I’ve already found in the forum this code for the footer:

    #page-id-10 .x-colophon.bottom {
    display: none;
    }

    where 10 is the id of my homepage, but this doesn’t seem to work for me. It works only if I remove ” #page-id-10 ” but obviously it hides the footer from all the pages, not only the homepage

    I’m using wordpress 4.7.2 and x theme 4.6.4

    #1350749
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    .home .main, .x-colophon.bottom {
        display: none;
    }

    Thanks.

    #1351019
    envi_snc
    Participant

    thank you, it works

    #1351109
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1350722 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>