You are viewing the OptimizePress 2.0 Help center. Click here for OptimizePress 3.0 support.
  • Adding Full-width Video Player on Live Editor page

    To add a full-width video player into your page, please follow these instructions: 1. Go to your specific Live Editor 2. Add one column Row 3. Add a new Video element with your video link URL. 4. Set the custom width to 1600 and Height to 900 5. Click on…

  • Remove the Drop Down icon of the Nav Menu

    Go to the Live Editor of your specific page >> click Page Setting >> Other Script >> Custom CSS >> insert the below code: body .container .navigation ul > li.has_children > a::after { content:none; } Save the page when done.

  • Fix footer to bottom of LiveEditor Page (for shorter pages)

    If you have a short page in the LiveEditor such as a landing page, you may find that on larger screens the footer is located across the middle of the page rather than at the bottom This is because we do not specify the height of the content area (as…

  • How to change the pricing table background colour

    We don\’t have an admin option for this – but you can do this with custom css: .pricing-table-style1 .price-table .price {background:#000000;} This code can be added in the LiveEditor > Page Settings > Other Scripts > Custom CSS (from dropdown) Just change #000000 to the hex code of the colour…

  • How to customize the Login Element button

    At the moment we do not have an admin option to customize the button our our login element. However, you can use Custom CSS to modify the button if you\’re familiar with a little CSS (alternatively find a developer to assist with these modifications) You would need to add this…

  • Re-sizing Advanced Headline Font for Mobile Phones

    Go to your specific Live Editor >> click on Page Setting >> Other Scripts >> Custom CSS >> insert the below code: @media only screen and (max-width: 767px) and (min-width: 300px){.op-headline {font-size:15px !important;}} Please feel free to use your own font size value.

  • Customizing the Content Toggle Element

    Here\’s the snippets of code that you need to customize the content toggle element: /*content toggle text color and font*/.toggle-panel .toggle-panel-toggle-text, .toggle-panel-toggle-text { color: #444444; font-size:30px;} /*content toggle background color*/.toggle-panel { border: 1px solid #ccc; padding: 10px; background-color: #f2f4f7;} Feel free to replace font color (color: #444444;) and background color…

  • How to Change the Optin Box Element Input Text Color

    Go to your specific Live Editor >> click on Page Setting >> Other Scripts >> Custom CSS >> insert the code below: .optin-box-1 input{color:#000 !important;} Replace the number of the opt in box class with the ones that you are using. The first opt in style in our list is…