Hey,
I read this thread: https://forum.tagdiv.com/topic/landing-page-without-menu-etc-at-the-top/
This code worked well :
.page-id-27 .td-header-wrap, .td-footer-wrapper, .td-sub-footer-container{
display:none;
}
Since it’s a custom CSS, it loads after some delay ( because of slow server speed or slow slider loading by revolution slider) . How can I modify the code CSS files to prevent these loading delays?
Thank you.
Yes, As I said, it works when I add this to custom CSS, but it doesn’t work if I add it directly at the very bottom of style.css. Here is how I did it:

I am only removing top header, and top navigation with this code:
.page-id-246 .td-header-wrap {
display:none;
}
.page-id-28 .td-header-wrap {
display:none;
}
.page-id-27 .td-header-wrap {
display:none;
}
.vc_separator.vc_separator_align_center h4 { font-size: 30px !important; }
.td-main-content-wrap {
padding-bottom: 0;
}
Yes, I have cleared all cache and everything. Let me know if you want to do further checking.
Thank you.
