Hi, I just installed Enfold; when I create a blank page, it still shows the empty header and footer even though I selected
Template > Blank
Layout > No Sidebar
Header settings > Don’t display the header
Footer > Don’t display the socket and footer
here’s the page: http://www.getprettysmart.com/blank/
Thanks in advance.
I’m sorry, I mean the horizontal lines or “containers” for the header and footer that are a different color than the live area. I thought it was supposed to be a blank page with nothing at all on it except for the “blank page” text that I added? Thanks in advance
Hi,
Please add this to your quick css or to /css/custom.css file
#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;
}
Thanks,
Nick