You are viewing the OptimizePress 2.0 Help center. Click here for OptimizePress 3.0 support.
  • Blog Settings Give a 404

    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…

  • How to hide Blog Page Header Banner on Single Post page

    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…

  • Customizing Membership Login Form

    We curently do not have built-in options that could customize the design of Membership Login Form. As of now, the only way to customize our form is to use custom CSS code. You can use these CSS code below. Add the code to the LiveEditor of the page >> Page…

  • How to Hide an Element on Desktop?

    You should be able to do this with a little custom CSS. Basically this would be doing the reverse of what our built-in options do. Please follow the given steps: 1. Go to Page Settings >> Other Scripts >> Custom CSS and add the given code below. @media only screen…

  • Customizing Terms and Condition Element

    Go to your specific LiveEditor >> click on Page Setting >> Other Scripts >> Custom CSS >> insert the code below: /* For term and condtion label*/ label{ font-size: 20px !important;} /* For term and condition content*/.terms_conditions .terms_text p { font-size: 17px !important; } /* For term and condition content…

  • How to center Blog footer navigation

    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…