You are viewing the OptimizePress 2.0 Help center. Click here for OptimizePress 3.0 support.
  • Show Blog Images at Smaller Screen Sizes with Blog Theme #3

    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…

  • Remove the Comment Dates of your WordPress Comment Section

    To remove the comment dates on a specific page, add the below code to the Page Settings > Other Scripts > Custom CSS of your Live Editor page: .comments-container .comments-panel .comment-meta span {display: none !important;} For global effect: OptimizePress > Dashboard > Global Settings > Custom CSS (Sitewide)

  • How to change menu font size?

    The font size of menus inside the LiveEditor pages can be edited by going to Layout Settings > Header & Navigation > and then select the relevant menu that you are using from: – Navigation Bar Above Header – Navigation Bar Below Header – Navigation Bar Alongside Logo You can…

  • Remove dates from Facebook comments

    We often are asked if you can remove the dates from Facebook comments on OptimizePress pages and posts Unfortunately this is not possible at this time. The reason for this is that Facebook code actually renders the comnments inside an iframe and therefore code placed on your OptimizePress page (in…

  • Use Yoast Breadcrumbs on OptimizePress Pages

    You would need to use a 3rd party plugin to make this work as OptimizePress currently does not have a built-in setting for this. Yoast Breadcrumb Shortcode plugin works great with OP though. You can check on the link here for more information on the said plugin and its download…

  • Make the WordPress Comment of an Admin Stand-Out

    To highlight the comment of an admin on post, go to your WP dashboard >> click on OptimizePress >> Blog Setting >> Modules >> Other Scripts >> Custom CSS >> insert the below code: .bypostauthor { margin-left: 30px; background-color: #F1F9FF; padding: 15px; border-left: 2px solid #cfeaff !important; } For the…

  • Adding bottom border on LiveEditor and Blog page Header

    Copy below CSS snippet: .banner { box-shadow: 1px 4px 9px -5px rgb(97, 97, 97); -moz-box-shadow: 1px 4px 9px -5px rgb(97, 97, 97); } For LiveEditor Pages Paste snippet to the LiveEditor of the page >> Page Settings >> Other Scripts >> Custom CSS (from dropdown). Click Update. For Blog Pages…

  • How to modify the header / banner height (in LiveEditor)

    The header height is dynamically adjusted depending on the logo or banner you upload. If you\’re using a banner image it will stretch to the height of your banner. If you are using a logo, it will add padding around it So for example on your page if you want…

  • How to hide the logo or banner (so only your navigation shows)

    If you have created a page in the LiveEditor but don\’t want the header or logo to show up (you want to remove that whole section and just show a top or bottom navigation) you need to use a little custom css Follow these steps: 1. Go to Page Settings…

  • How to change the size / height of the logo in LiveEditor?

    The logo width is set at 250px currently to help stop people breaking their pages with huge logos. You can override this with a little CSS: Add this in the Page Settings > Other Scripts > Choose Custom CSS from the dropdown section (obviously you\’ll want to adjust the values…