Tagged: BLANK PAGE TEMPLATE, footer, header
Hi, I have used the blank page template to create a page, but there is still a header and footer “space” showing – in black.
Is there a way to remove this via CSS?
Here is the link:
http://www.gaysitgesguide.com/flight-search-mobile/
Hey roamingk,
try adding the following to quick css:
#top.avia-blank #main .container_wrap:first-child {
border-top-width: 0px;
}
#top.avia-blank #main .container_wrap:last-child {
border-bottom-width: 0px;
}
.main_color, .main_color .site-background {
background-color:#FFF !important;
}
Best regards,
Jordan Shannon