How to remove header/banner on your LiveEditor pages
If you want to remove the header or banner area on any OptimizePress LiveEditor page but leave the navigation bars intact (if activated) follow these steps: To remove this you would need to use a little custom CSS: .page-header{display:none} You can add this to the Blog Settings > Modules >…