NOTE: Starting with OptimizePress version 2.5.11 we introduced a newer theme that has a more modern design, faster loading pages, and better SEO. We would suggest trying out the new OptimizePress Smart Theme. If you have an active updates/support license you should see this in the members hub, along with a downloadable PDF step by step guide on how to use the new Smart Theme
We can no longer provide the older OptimizePress Theme files for download for new sites. If you have an existing site and need to re-install the theme files please contact our support team and they will gladly assist with that. For now, we will still provide updates and support for the older OptimizePress Theme This guide is for the older OptimizePress Theme version and not for the new Smart Theme |
This article applies to any blogs built using OptimizePress with Themes 1, 2 or 3 which are included with OptimizePress 2.0
To remove this you would need to use a little custom CSS. You can add this to the Blog Settings > Modules > Other Scripts > Custom CSS (from dropdown) – and then paste the code into that box.
.banner{display:none;}
This will hide the header/banner section from any blog pages/posts. It will not hide the navigation bars (see below)
To hide the top navigation bar on your blog pages use this custom CSS:
#nav-top{display:none;}
To hide the bottom navigation bar on any blog pages use this custom CSS:
#nav-bottom{display:none;}